send method
Sends a datagram to the specified address and port.
Implementation
void send(Uint8List data, InternetAddress address, int port) {
socket.send(data, address, port);
}
Sends a datagram to the specified address and port.
void send(Uint8List data, InternetAddress address, int port) {
socket.send(data, address, port);
}