getSecretKey method

Uint8List getSecretKey()

Implementation

Uint8List getSecretKey() {
  return _keypair.getSecretKey();
}