ifAsync method
Performs a side-effect if this is an Async.
Implementation
@override
@pragma('vm:prefer-inline')
Sync<T> ifAsync(
@noFuturesAllowed void Function(Async<T> async) noFuturesAllowed,
) => this;
Performs a side-effect if this is an Async.
@override
@pragma('vm:prefer-inline')
Sync<T> ifAsync(
@noFuturesAllowed void Function(Async<T> async) noFuturesAllowed,
) => this;