publicKeyBase64 method

String publicKeyBase64()

Implementation

String publicKeyBase64() =>
    base64Encode(Uint8List.fromList(_publicKey.bytes));