ignoreCheckSupportPlatform static method

void ignoreCheckSupportPlatform(
  1. bool value
)

Implementation

static void ignoreCheckSupportPlatform(bool value) {
  _platform.ignoreCheckSupportPlatform(value);
}