get method

Future<QuerySnapshotPlatform> get([
  1. GetOptions options = const GetOptions()
])

Performs a query and returns a QuerySnapshotPlatform containing all documents which match the query.

Implementation

Future<QuerySnapshotPlatform> get([GetOptions options = const GetOptions()]) {
  throw UnimplementedError('get() is not implemented');
}