getPubkey method

String getPubkey({
  1. dynamic hint,
})

Implementation

String getPubkey({dynamic hint}) =>
    RustLib.instance.api.zkLinkSignerGetPubkey(that: this, hint: hint);