restoreConnections static method

void restoreConnections()

Restore normal network connections Call this after the security threat has been resolved

Implementation

static void restoreConnections() {
  NetworkBlocker.disableNetworkBlocking();
}