getSnapshot method Null safety
- DatabaseClient client
Find first record matching the query.
Returns null if none found.
Implementation
Future<RecordSnapshot<K, V>?> getSnapshot(DatabaseClient client);
Find first record matching the query.
Returns null if none found.
Future<RecordSnapshot<K, V>?> getSnapshot(DatabaseClient client);