what is the best way to get Object returned from a...
# android
s
what is the best way to get Object returned from a CoroutineWorker • sth like Result.Success(object)
o
getOrNull()
getOrThrow()
fold({}, {})