commit method

Future<void> commit()

Implementation

Future<void> commit() => _conn.execute("commit");