Kishan H Rathod

Results 1 comments of Kishan H Rathod

yes you can use WillPopScope Wrap widget to ScreenLock Function return WillPopScope( onWillPop: () async => false, child: ScreenLock( correctString: 1234, // onCancelled: Navigator.of(context).pop, onUnlocked: Navigator.of(context).pop, ), );