toRawBytes method

  1. @override
Uint8List toRawBytes()
override

Return the byte array representation of the public key

Implementation

@override
Uint8List toRawBytes() {
  return _rawBytes;
}