FutureOrThen<T> extension

on

Methods

then<R>(FutureOr<R> onValue(T), {Function? onError}) Future<R>

Available on FutureOr<T>, provided by the FutureOrThen extension