joinMulticast method - RawDatagramSocket class - dart:io library (original) (raw)
joinMulticast abstract method
void joinMulticast(
- InternetAddress group, [
- NetworkInterface? interface ])
Joins a multicast group.
If an error occur when trying to join the multicast group, an exception is thrown.
Implementation
void joinMulticast(InternetAddress group, [NetworkInterface? interface]);