rollback method

Future<DbLayer> rollback()

Implementation

Future<DbLayer> rollback() async {
  await executor.rollback();
  return this;
}