FutureLeanExtensions<T> extension
Extension methods for Future.
- on
-
- Future<
T>
- Future<
Methods
-
tap(
void action(T value)) → Future< T> -
Available on Future<
Executes a function when the future completes successfully.T> , provided by the FutureLeanExtensions extension