FutureOrFunctionArgs2Extension<R, A, B> extension

on

Methods

tryCall(A a, B b, {TryCallOnError<R>? onError}) FutureOr<R>

Available on FutureOr<FutureOr<R> Function(A a, B b)>, provided by the FutureOrFunctionArgs2Extension extension

tryCallThen<R2>(A a, B b, FutureOr<R2> onValue(R value), {FutureOr<R> then(R value)?, TryCallOnError<R2>? onError}) FutureOr<R2>

Available on FutureOr<FutureOr<R> Function(A a, B b)>, provided by the FutureOrFunctionArgs2Extension extension