toAsync method

  1. @override
Async<T> toAsync()
override

Converts this Resolvable to an Async.

Implementation

@override
@pragma('vm:prefer-inline')
Async<T> toAsync() => this;