addresses property
The list of InternetAddresses currently bound to this
NetworkInterface.
Implementation
@override
List<InternetAddress> get addresses => networkInterface.addresses;
The list of InternetAddresses currently bound to this
NetworkInterface.
@override
List<InternetAddress> get addresses => networkInterface.addresses;