update method

Future<void> update(
  1. CollectionReference<Object?> support
)

Implementation

Future<void> update(CollectionReference support) async {
  return await support.doc(id).update(toFireStore());
}