get method

Gets the most up-to-date result for this query.

Implementation

Future<DataSnapshotPlatform> get(QueryModifiers modifiers) {
  throw UnimplementedError('get() not implemented');
}