initAction method
Implementation
@override
@mustCallSuper
FutureOr<void> initAction() async {
try {
_db ??= await AargulDatabaseManager.openDatabase(path: "config.db");
} catch (e) {
//
}
}
@override
@mustCallSuper
FutureOr<void> initAction() async {
try {
_db ??= await AargulDatabaseManager.openDatabase(path: "config.db");
} catch (e) {
//
}
}