findFirstDocument method

Future findFirstDocument({
  1. String? collectionName,
  2. String? databaseName,
  3. dynamic filter,
  4. String? projection,
})

Implementation

Future findFirstDocument(
    {String? collectionName,
    String? databaseName,
    dynamic filter,
    String? projection}) async {
  throw UnimplementedError('findFirstDocument() has not been implemented.');
}