commit method

Future<void> commit()

Persist pending mutations.

Implementation

Future<void> commit() => file.commit();