getHash static method

Future<String> getHash()

Implementation

static Future<String> getHash() async {
  return 'Cannot detect fingerprint!';
}