We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f5d7 commit 63a8d40Copy full SHA for 63a8d40
cryptography_flutter/lib/src/flutter_cryptography.dart
@@ -46,7 +46,7 @@ class FlutterCryptography extends BrowserCryptography {
46
47
static bool _hasInitializedPlugin = false;
48
49
- /// Tells whether the plugin has been loaded.
+ /// Tells whether registerWith() has been called.
50
static bool get isPluginPresent => !kIsWeb && _hasInitializedPlugin;
51
52
Chacha20? _chacha20Poly1305Aead;
0 commit comments