isEthernet property

Future<bool> isEthernet

Checks if the device is connected to an Ethernet network.

Implementation

Future<bool> get isEthernet =>
    ConnectivityService.I.isAvailable(ConnectivityResult.ethernet);