clearLogsForiOS static method

void clearLogsForiOS()

Use this API to clear the Debug log

Implementation

static void clearLogsForiOS() {
  methodChannel.invokeMethod('clearLogsForiOS');
}