shutdownUrlCheck static method

Future<void> shutdownUrlCheck()

Disables URL check.

Implementation

static Future<void> shutdownUrlCheck() async {
  await _methodChannel.invokeMethod(
    'shutdownUrlCheck',
  );
}