subtleCrypto top-level property

dynamic subtleCrypto

This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto).

Implementation

_i2.dynamic get subtleCrypto => _i4.getProperty(
      _self,
      'SubtleCrypto',
    );