unwrapAsync method

  1. @unsafeOrError
Future<T> unwrapAsync()

Implementation

@unsafeOrError
@pragma('vm:prefer-inline')
Future<T> unwrapAsync() => unwrap().then((e) => e.unwrap());