setDevLogging method

Future<void> setDevLogging(
  1. bool isEnabled
)

Implementation

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