Skip to content

Commit 46d07b6

Browse files
committed
fixes example app
1 parent 86edd51 commit 46d07b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MyApp extends StatefulWidget {
1313
}
1414

1515
class _MyAppState extends State<MyApp> {
16-
late final bool? _screenLockEnabled;
16+
bool? _screenLockEnabled;
1717
bool _initialized = false;
1818
final _screenLockCheckerPlugin = ScreenLockChecker();
1919

0 commit comments

Comments
 (0)