commit method

Future<void> commit()

Implementation

Future<void> commit() async {
  await writeData('COMMIT');
}