parseMessages abstract method
Creates an array of HubMessage objects from the specified serialized representation.
If HubProtocol.transferFormat is 'Text', the input
parameter must be a string, otherwise it must be an Uint8List.
input
A string, Uint8List containing the serialized representation.
logger
A logger that will be used to log messages that occur during parsing.
Implementation
List<HubMessage> parseMessages(Object input, Logger logger);