setPathForiOS static method
Sets the path for write the Debug log
Implementation
static void setPathForiOS(String enable) async {
await methodChannel.invokeMethod('setPathForiOS', enable);
}
Sets the path for write the Debug log
static void setPathForiOS(String enable) async {
await methodChannel.invokeMethod('setPathForiOS', enable);
}