stojan
05/25/2020, 6:19 PMUserServiceAlgerbra
for working with users.... If I use suspend
for my methods (instead of IO
), what would be the equivalent of raiseError
in case of duplicate users for suspend fun createUser(user: User): Unit
?pakoito
05/25/2020, 8:33 PM