getDigest method

Future<String> getDigest({
  1. dynamic hint,
})

Implementation

Future<String> getDigest({dynamic hint}) => bridge.getDigestMethodAcdc(
      that: this,
    );