ConnectivityManager constructor

ConnectivityManager()

Implementation

factory ConnectivityManager() {
  return _singleton;
}