feat : change app inspector and exception handling

This commit is contained in:
2025-07-12 17:06:29 +03:30
parent e52674de37
commit 0fc16569a6
24 changed files with 472 additions and 322 deletions

View File

@@ -4,7 +4,7 @@ import 'package:rasadyar_core/core.dart';
import '../di/chicken_di.dart';
import 'constant.dart';
class DioRemoteManager {
/*class DioRemoteManager {
DioRemote? _currentClient;
ApiEnvironment? _currentEnv;
@@ -28,6 +28,6 @@ class DioRemoteManager {
}
ApiEnvironment? get currentEnv => _currentEnv;
}
}*/