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 c2964cb commit 741c150Copy full SHA for 741c150
lib/secure_application.dart
@@ -38,7 +38,7 @@ class SecureApplication extends StatefulWidget {
38
/// will be called if authentication succeed
39
final VoidCallback? onAuthenticationSucceed;
40
41
- /// will be called if authentication succeed
+ /// will be called if user logout
42
final VoidCallback? onLogout;
43
44
/// the time in milliseconds we wait to remove the native protection screen
0 commit comments