getPrivateKey method

Uint8List getPrivateKey()

Gets the private key as bytes.

Implementation

Uint8List getPrivateKey() {
  return Uint8List.fromList(privateKey);
}