enableDebugLogging method

Future<void> enableDebugLogging(
  1. bool isEnabled
)

Implementation

Future<void> enableDebugLogging(bool isEnabled) async {
  await methodChannel.invokeMethod("enableDebugLogging", {'arg': isEnabled});
}