isSupported property

bool isSupported

Whether Web Cryptography is supported in this platform.

Browsers support Web Cryptography only in secure (HTTPS) contexts. In non-secure contexts, the value of this getter is false.

Note that you can still use BrowserCryptography or extend the class, because the fallback implementations implemented in pure Dart are always available.

Implementation

static bool get isSupported => false;