unwrap method

Future<S> unwrap()

Implementation

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