setDebugLogging method

  1. @override
Future<void> setDebugLogging(
  1. bool enable
)
override

Implementation

@override
Future<void> setDebugLogging(bool enable) async {
  await methodChannel.invokeMethod("setDebugLogging", {'enable': enable});
}