Future<List<Map<String, dynamic>>> getAllEspeciesExpediente() async { final db = await database; return await db.query('especies_expediente'); }