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