Update main.dart

This commit is contained in:
Ashita Prasad
2024-09-09 05:13:24 +05:30
parent 83cdc130e5
commit 3fa51a39c4

View File

@ -40,6 +40,8 @@ Future<bool> initApp(
}) async {
GoogleFonts.config.allowRuntimeFetching = false;
try {
debugPrint("initializeUsingPath: $initializeUsingPath");
debugPrint("workspaceFolderPath: ${settingsModel?.workspaceFolderPath}");
final openBoxesStatus = await openBoxes(
initializeUsingPath,
settingsModel?.workspaceFolderPath,