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