isConnected property

bool get isConnected

Whether the device is connected the the internet.

This is make sure that you have a real access to the internet.

Implementation

bool get isConnected => _isConnected.value;