isEthernetConnection property
bool
get
isEthernetConnection
Whether the connection is on Ethernet
Implementation
bool get isEthernetConnection =>
networkTypes.contains(ConnectivityResult.ethernet);
Whether the connection is on Ethernet
bool get isEthernetConnection =>
networkTypes.contains(ConnectivityResult.ethernet);