batch method

WriteBatch batch()

Implementation

WriteBatch batch() {
  return FirebaseFirestore.instance.batch();
}