namedQueryGet method

Future<QuerySnapshotPlatform> namedQueryGet(
  1. String name, {
  2. GetOptions options = const GetOptions(),
})

Reads a Firestore Query which has been loaded using loadBundle()

Implementation

Future<QuerySnapshotPlatform> namedQueryGet(
  String name, {
  GetOptions options = const GetOptions(),
}) {
  throw UnimplementedError('namedQueryGet() is not implemented');
}