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