extractFromStream<T> function

ZapSnapshot<T> extractFromStream<T>(
  1. Stream<T> stream
)

Implementation

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