updateDocument method

Future updateDocument({
  1. String? collectionName,
  2. String? databaseName,
  3. String? filter,
  4. String? update,
})

Implementation

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