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