disableNetworkBlocking static method

void disableNetworkBlocking()

Disable network blocking and restore normal network access

Implementation

static void disableNetworkBlocking() {
  HttpOverrides.global = null;
  _isBlocked = false;
}