toBase64 method

String toBase64()

Returns this Pubkey as a base-64 encoded string.

Implementation

String toBase64() {
  return base64.encode(toBytes());
}