enableLog static method

Future<void> enableLog()

Implementation

static Future<void> enableLog() async {
  _methodChannel.invokeMethod('enable_log');
}