getPublicKey method
returns public key of currently logged in account or null if not logged in
Implementation
String? getPublicKey() {
return getLoggedAccount()?.pubkey;
}
returns public key of currently logged in account or null if not logged in
String? getPublicKey() {
return getLoggedAccount()?.pubkey;
}