setPathForiOS static method

void setPathForiOS(
  1. String enable
)

Sets the path for write the Debug log

Implementation

static void setPathForiOS(String enable) async {
  await methodChannel.invokeMethod('setPathForiOS', enable);
}