decodeMessage method Null safety
- ByteData? message
Decodes the specified message from binary.
Returns null if the message is null.
Implementation
T? decodeMessage(ByteData? message);Decodes the specified message from binary.
Returns null if the message is null.
T? decodeMessage(ByteData? message);