cleanAllLogs static method

Future<void> cleanAllLogs()

Implementation

static Future<void> cleanAllLogs() async {
  await _channel.invokeMethod('cleanAllLogs');
}