SnapshotQuery<T> typedef

SnapshotQuery<T> = Query<T> Function(Query<T>)

Implementation

typedef SnapshotQuery<T> = Query<T> Function(Query<T>);