fromFuture top-level property

ResultAsync<T, E> Function<T, E>(Future<T> future, E errorFn(Object e)) fromFuture
final

Implementation

final fromFuture = ResultAsync.fromFuture;