setSocketForTest method
Sets the internal socket. For testing purposes only.
Implementation
void setSocketForTest(UDPSocket? socket) {
_socket = socket;
}
Sets the internal socket. For testing purposes only.
void setSocketForTest(UDPSocket? socket) {
_socket = socket;
}