ShspSocketInput constructor
ShspSocketInput({
- required RawDatagramSocket socket,
- MessageCallbackMap? messageCallbacks,
Implementation
ShspSocketInput({required this.socket, this.messageCallbacks});