void notifyRequestObserverRequest(String key, Object? params) { try { UseRequestObserver.instance?.onRequest(key, params); } catch (_) {} }