getFingerprint method

String getFingerprint({
  1. bool short = false,
  2. bool pretty = false,
})

Implementation

String getFingerprint({bool short = false, bool pretty = false}) =>
    generateFingerprint(publicKey, short: short, pretty: pretty);