rollback method

Future<void> rollback()

Implementation

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