disableDebugger method
Disables Smartface internal debugger/logging (native side must implement the method).
Implementation
Future<void> disableDebugger() async {
await methodChannel.invokeMethod('SmartfaceMobile.disableDebugger');
}
Disables Smartface internal debugger/logging (native side must implement the method).
Future<void> disableDebugger() async {
await methodChannel.invokeMethod('SmartfaceMobile.disableDebugger');
}