decodeMessage abstract method

T? decodeMessage(
  1. ByteData? message
)

Decodes the specified message from binary.

Returns null if the message is null.

Implementation

T? decodeMessage(ByteData? message);