toAsyncResult method

  1. @override
AsyncResult<S, F> toAsyncResult()
override

Return a AsyncResult.

Implementation

@override
AsyncResult<S, F> toAsyncResult() async => this;