BytesDecoder<T> typedef

BytesDecoder<T> = T Function(Uint8List bytes)

字节流解析器类型(用于 Protobuf 等二进制协议)

Implementation

typedef BytesDecoder<T> = T Function(Uint8List bytes);