Delete data from the database
Future<int> delete( String table, { String? where, List<dynamic>? whereArgs, }) { throw UnimplementedError('delete() has not been implemented.'); }