showNativeLog property

void showNativeLog=(bool value)

Implementation

static set showNativeLog(bool value) {
  _platform.showNativeLog(value);
}