defaultInstance property

Cryptography defaultInstance
final

Either FlutterCryptography or BrowserCryptography depending on FlutterCryptography.isPluginPresent.

Implementation

static final Cryptography defaultInstance =
    kIsWeb ? BrowserCryptography.defaultInstance : FlutterCryptography();