update abstract method

Future<DocumentReference<Object?>?> update(
  1. T item, {
  2. List<String>? onlyUpdateKeys,
  3. List<String>? notUpdateKeys,
  4. bool supressSubItemUpdate = false,
})

Implementation

Future<DocumentReference?> update(
  T item, {
  List<String>? onlyUpdateKeys,
  List<String>? notUpdateKeys,
  bool supressSubItemUpdate = false,
});