toBytes method

Uint8List toBytes()

returns the key's raw bytes

Implementation

Uint8List toBytes() {
  return hexToBytes(_priveHex);
}