unwrap method

Future<T> unwrap()

Mirrors to TaskResult.unwrap.

Implementation

Future<T> unwrap() => then((r) => r.unwrap());