SNetworkConnectionChecker class
Properties
- 
  failedPings
  → SState<List< SIpFailedModel> >
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  isConnected
  → SState<bool> 
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  selectedIp
  → SState<SIpModel> 
- 
  
  latefinal
Methods
- 
  dispose() → void 
- 
  hasConnection() → Future< bool> 
- 
  listen() → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setConfig({Duration? reTryDuration, List< SIpModel> ? urls, int? failedPingCount, Duration? pingTimeout}) → void
- 
  startListen() → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- instance → SNetworkConnectionChecker
- 
  
  no setter