toWireBody method
Serializes this message to wire body string (Base64 tag).
RETURNS: "<b64_tag>"
HINT: Put this as the HTTP body (string) at the call site.
Implementation
String toWireBody() => Bytes.toBase64(tag);
Serializes this message to wire body string (Base64 tag).
RETURNS: "<b64_tag>"
HINT: Put this as the HTTP body (string) at the call site.
String toWireBody() => Bytes.toBase64(tag);