connect method
- NetworkerPipe<
Uint8List, dynamic> pipe
inherited
Implementation
void connect(NetworkerPipe<O, dynamic> pipe) {
_pipes[pipe] = pipe._writeController.stream.listen(_sendMessagePacket);
}
void connect(NetworkerPipe<O, dynamic> pipe) {
_pipes[pipe] = pipe._writeController.stream.listen(_sendMessagePacket);
}