PayloadListDecoder typedef

PayloadListDecoder = List Function(Uint8List bytes)

Implementation

typedef PayloadListDecoder = List<dynamic> Function(Uint8List bytes);