FutureExt<T> extension

Extension on Future

on

Methods

result<O extends Object>(void onError(O e), void onSuccess(T s), [void onComplete()?]) Future<void>

Available on Future<T>, provided by the FutureExt extension

An extension method for handling the result of a Future with success and error callbacks.