toViewKey function

String toViewKey({
  1. required String pk,
  2. dynamic hint,
})

Implementation

String toViewKey({required String pk, dynamic hint}) =>
    RustLib.instance.api.toViewKey(pk: pk, hint: hint);