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