getChainCode method
Implementation
String? getChainCode() {
try {
return nativeGetChainCode(nativeObject).ref.getString();
} catch (e) {
return null;
}
}
String? getChainCode() {
try {
return nativeGetChainCode(nativeObject).ref.getString();
} catch (e) {
return null;
}
}