asyncOr method
Returns this if it's Async, otherwise returns other
.
Implementation
@override
@pragma('vm:prefer-inline')
Async<T> asyncOr(Resolvable<T> other) => this;
Returns this if it's Async, otherwise returns other
.
@override
@pragma('vm:prefer-inline')
Async<T> asyncOr(Resolvable<T> other) => this;