batch method

WriteBatch batch()

Implementation

WriteBatch batch() {
  return _firestore.batch();
}