Unsafely gets the Async instance. Throws if not an Async. @unsafeOrError
@unsafeOrError @pragma('vm:prefer-inline') Async<T> unwrapAsync() => async().unwrap();