addProtobuf method

void addProtobuf(
  1. Uint8List val
)

Implementation

void addProtobuf(Uint8List val) {
  _payload!.addAll(val);
}