intoErr method

Future<F> intoErr()

Implementation

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