openAllLog static method

Future<void> openAllLog()

Implementation

static Future<void> openAllLog() async {
  await methodChannel.invokeMethod<String?>('openAllLog');
}