isConnected property
bool
get
isConnected
Checks if the connection is currently active
Implementation
bool get isConnected => _adapter.isConnected;
Checks if the connection is currently active
bool get isConnected => _adapter.isConnected;