getKey method

CryptoHDKey getKey()

Implementation

CryptoHDKey getKey() {
  final response = nativeGetKey(nativeObject).ref;
  return CryptoHDKey(response.getObject());
}