unwrap method

Future<T> unwrap()

Implementation

@pragma("vm:prefer-inline")
Future<T> unwrap() {
  return then((option) => option.unwrap());
}