toWireBody method

String toWireBody()

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);