unwrapErr method

Future<E> unwrapErr()

Mirrors to TaskResult.unwrapErr.

Implementation

Future<E> unwrapErr() => then((r) => r.unwrapErr());