updateRaw abstract method

Future<void> updateRaw(
  1. Map<String, dynamic> values,
  2. DocumentReference<Object?> reference, {
  3. bool isTimestamp = false,
  4. String updatedFieldValueKey = documentUpdatedAtKey,
})

Implementation

Future<void> updateRaw(
  Map<String, dynamic> values,
  DocumentReference reference, {
  bool isTimestamp = false,
  String updatedFieldValueKey = documentUpdatedAtKey,
});