enableDebugger method

Future<void> enableDebugger()

Enables Smartface internal debugger/logging (native side must implement the method).

Implementation

Future<void> enableDebugger() async {
  await methodChannel.invokeMethod('SmartfaceMobile.enableDebugger');
}