insert method
Insert into the table
Implementation
InsertQuery insert(Map<String, dynamic> data) {
return InsertQuery(_db, _table, data);
}
Insert into the table
InsertQuery insert(Map<String, dynamic> data) {
return InsertQuery(_db, _table, data);
}