extractPrivateKeyBytes abstract method

Future<List<int>> extractPrivateKeyBytes()

Extracts the private key bytes.

Throws UnsupportedError if the private key bytes are not extractable.

Implementation

Future<List<int>> extractPrivateKeyBytes();