unbox method

FutureOr<T> unbox()

Unboxes a Future/FutureOr

Implementation

FutureOr<T> unbox() {
  return this as FutureOr<T>;
}