leaveMulticast method Null safety
- InternetAddress group,
- [NetworkInterface? interface]
Leaves a multicast group.
If an error occur when trying to join the multicase group, an exception is thrown.
Implementation
void leaveMulticast(InternetAddress group, [NetworkInterface? interface]);