removeConfigEventHandler static method

void removeConfigEventHandler()

Remove Wi-Fi configuration event handler

Implementation

static void removeConfigEventHandler() {
  _configSubscription?.cancel();
  _configSubscription = null;
}