unwrap abstract method

  1. @unsafeOrError
FutureOr<T> unwrap()

Unsafely returns the contained value. Throws Err the Monad is an Err or None.

Implementation

@unsafeOrError
FutureOr<T> unwrap();