commit method
Commits all of the writes in this write batch as a single atomic unit.
Calling this method prevents any future operations from being added.
Implementation
Future<void> commit() => _delegate.commit();
Commits all of the writes in this write batch as a single atomic unit.
Calling this method prevents any future operations from being added.
Future<void> commit() => _delegate.commit();