Delete the specified record by using a where clause from the specified data table
Future<int> deleteRec(String table, {String? where, List<dynamic>? whereArgs}) { throw UnimplementedError(); }