LetAsync<T> extension

on

Methods

letAsync<R>(FutureOr<R> block(T)) Future<R>

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