Future<List<Map>> readHits(String nameTable) async { // await openDb(); // Get the records for the tableHits return await _hitDatabase?.rawQuery('SELECT * FROM $nameTable') ?? []; }