Executes a raw SQL SELECT query and returns a list of the rows that were found.
Future<List<Map<String, dynamic>>> rawQuery(String sqlStmt) { throw UnimplementedError(); }