proj reorg into folders;
fixed provider implementation; added TxnType radio picker
This commit is contained in:
@@ -88,7 +88,7 @@ class DbHelperSqlite {
|
||||
.delete(Car.tblCars, where: '${Car.colId}=?', whereArgs: [car.id]);
|
||||
}
|
||||
|
||||
Future<int> deleteAll() async {
|
||||
Future<int> deleteAllCars() async {
|
||||
Database db = await instance.database as Database;
|
||||
return await db.rawDelete("DELETE FROM ${Car.tblCars}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user