FunctionArgs2Extension<R, A, B> extension

on

Properties

asFutureOr FutureOr<FutureOr<R> Function(A a, B b)>

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

no setter

Methods

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

Available on FutureOr<R> Function(A a, B b), provided by the FunctionArgs2Extension 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<R> Function(A a, B b), provided by the FunctionArgs2Extension extension