IPv6MulticastInterface property - RawSocketOption class - dart:io library (original) (raw)
int getIPv6MulticastInterface
Socket option for IPV6_MULTICAST_IF
.
Implementation
static int get IPv6MulticastInterface =>
_getOptionValue(_RawSocketOptions.IPV6_MULTICAST_IF.index);