Inserts a record within the transaction.
@override Future<dynamic> insert(String table, Map<String, dynamic> values) { return _db.insert(table, values); }