intoOk method

Future<S> intoOk()

Implementation

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