checkConnection abstract method

Future<bool> checkConnection()

Checks the connection status of the device.

Returns true if the device is connected to the internet, false otherwise.

Implementation

Future<bool> checkConnection();