ifAsync abstract method
Performs a side-effect if this is an Async.
Implementation
Resolvable<T> ifAsync(
@noFuturesAllowed void Function(Async<T> async) noFuturesAllowed,
);
Performs a side-effect if this is an Async.
Resolvable<T> ifAsync(
@noFuturesAllowed void Function(Async<T> async) noFuturesAllowed,
);