close method
Chiude la connessione al database.
Implementation
Future<void> close() async {
final db = await database;
await db.close();
}
Chiude la connessione al database.
Future<void> close() async {
final db = await database;
await db.close();
}