@override String hashKey(String key) { return hex.encode( SHA256Digest().process( Uint8List.fromList( hex.decode(key), ), ), ); // return hex.encode(Hash.sha256(hex.decode(key))); }