new directory
This commit is contained in:
@@ -10,6 +10,7 @@ class Database{
|
||||
Future<Database> get database async {
|
||||
if (_database != null) return _database!;
|
||||
_database = await _initDB('database.db');
|
||||
|
||||
return _database!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user