cryptoKey top-level property

dynamic get cryptoKey

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Available only in secure contexts.

MDN Reference

Implementation

_i2.dynamic get cryptoKey => _i4.getProperty(
      _self,
      'CryptoKey',
    );