toBase64 method

  1. @override
String toBase64()
override

Return the base-64 representation of the public key

Implementation

@override
String toBase64() {
  return base64Encode(toRawBytes());
}