get method

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

Implementation

Future<DataSnapshot> get() async {
  return DataSnapshot._(await _queryPlatform.get());
}