Insert data into the database
Future<int> insert(String table, Map<String, dynamic> data) { throw UnimplementedError('insert() has not been implemented.'); }