Skip to content

Commit 63a8d40

Browse files
terrier989Copilot
andauthored
Update cryptography_flutter/lib/src/flutter_cryptography.dart
Co-authored-by: Copilot <[email protected]>
1 parent 858f5d7 commit 63a8d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptography_flutter/lib/src/flutter_cryptography.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class FlutterCryptography extends BrowserCryptography {
4646

4747
static bool _hasInitializedPlugin = false;
4848

49-
/// Tells whether the plugin has been loaded.
49+
/// Tells whether registerWith() has been called.
5050
static bool get isPluginPresent => !kIsWeb && _hasInitializedPlugin;
5151

5252
Chacha20? _chacha20Poly1305Aead;

0 commit comments

Comments
 (0)