toProto method

Uint8List toProto(
  1. List msgs
)

Implementation

Uint8List toProto(List<dynamic> msgs) {
  return toProtoWithType(msgs).writeToBuffer();
}