diff --git a/lib/utils/storage/logs_storage.dart b/lib/utils/storage/logs_storage.dart index 5491923..907fbea 100644 --- a/lib/utils/storage/logs_storage.dart +++ b/lib/utils/storage/logs_storage.dart @@ -17,7 +17,7 @@ class LogsStorage { Future get _localPath async { var directory; - if (Platform.isIOS) { + if (Platform.isIOS || Platform.isMacOS) { directory = await getApplicationDocumentsDirectory(); } else { directory = await getExternalStorageDirectory();