extractFromFuture<T> function

ZapSnapshot<T> extractFromFuture<T>(
  1. FutureOr<T> future
)

Implementation

ZapSnapshot<T> extractFromFuture<T>(FutureOr<T> future) {
  throw UnsupportedError('Only used statically to mess with the type system.');
}