unwrap method

Future<T> unwrap()

Implementation

Future<T> unwrap() {
  return then((option) => option.unwrap());
}