unwrapOr method

Future<T> unwrapOr(
  1. T t
)

Implementation

Future<T> unwrapOr(T t) => _future.then((res) => res.unwrapOr(t));