instance property

Implementation

static ConnectivityUtils get instance {
  _instance ??= ConnectivityUtils._();
  return _instance!;
}