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