disableDebugger method

Future<void> disableDebugger()

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

Implementation

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