unwrap method

Future<S> unwrap()

Implementation

Future<S> unwrap() {
  return then((result) => result.unwrap());
}