temp. ignore secure storage iOS issue

OmarHatem committed May 5, 2025 at 11:50 UTC eccc94a019b9c6dcc6473640605eb14aa10d3c3f
1 file changed +1 -1
lib/utils/exception_handler.dart
+1 -1
@@ -225,7 +225,7 @@ class ExceptionHandler {
225 // just ignoring until we find a solution to this issue or migrate from flutter secure storage
226 "core/auth_service.dart:64",
227 "core/key_service.dart:14",
228 - "core/wallet_loading_service.dart:131",
228 + "core/wallet_loading_service.dart:134",
229 ];
230
231 static Future<void> _addDeviceInfo(File file) async {