Hi,
when running on ios, i get this exception:
ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method isHooked on channel flutter_tamper_detector)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364:7)
#1 IsHooked.check (package:flutter_tamper_detector/src/is_hooked.dart:46:14)
#2 HookChecker.checkForHooks (package:../presentation/scene/splash/jailbreak/hook_checker.dart:14:9)
#3 JailbreakManager.checkAsync (package:../presentation/scene/splash/jailbreak/jailbreak_manager.dart:38:11)
How to solve?
Thanks
Hi,
when running on ios, i get this exception:
ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method isHooked on channel flutter_tamper_detector)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364:7)
#1 IsHooked.check (package:flutter_tamper_detector/src/is_hooked.dart:46:14)
#2 HookChecker.checkForHooks (package:../presentation/scene/splash/jailbreak/hook_checker.dart:14:9)
#3 JailbreakManager.checkAsync (package:../presentation/scene/splash/jailbreak/jailbreak_manager.dart:38:11)
How to solve?
Thanks