getPrivateKeyBytes method

Uint8List getPrivateKeyBytes()

Implementation

Uint8List getPrivateKeyBytes() {
  return Uint8List.fromList(hex.decode(privateKey));
}