intoErr method

Future<F> intoErr()

Implementation

Future<F> intoErr() {
  return then((result) => result.intoErr());
}