updateDocuments method

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

Implementation

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