defaultInstance property

Cryptography defaultInstance
final

Platform-specific default instance.

In browsers, the value will be an instance of BrowserCryptography. In other platforms, the value will be DartCryptography.defaultInstance.

Implementation

static final Cryptography defaultInstance = DartCryptography.defaultInstance;