Reputation: 244
Can anyone please help provide a simple example to encode data for protobuf in dart...
Fully understand how to decode the protobuf data received from a server in the browser...
MyMessage.fromBuffer(binaryDataList);
Not sure how to encode the data to protobuf in the browser to send back to the server..
Upvotes: 4
Views: 1177