result_kt 1.0.0
result_kt: ^1.0.0 copied to clipboard
Encapsulate a value as a success or an error as a failure using Result and execute a function using runCatching that returns a Result, both similar to those found in Kotlin.