clearLogsForiOS static method
void
clearLogsForiOS()
Use this API to clear the Debug log
Implementation
static void clearLogsForiOS() {
methodChannel.invokeMethod('clearLogsForiOS');
}
Use this API to clear the Debug log
static void clearLogsForiOS() {
methodChannel.invokeMethod('clearLogsForiOS');
}