shutdownUrlCheck static method
Disables URL check.
Implementation
static Future<void> shutdownUrlCheck() async {
await _methodChannel.invokeMethod(
'shutdownUrlCheck',
);
}
Disables URL check.
static Future<void> shutdownUrlCheck() async {
await _methodChannel.invokeMethod(
'shutdownUrlCheck',
);
}