Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.41 KB

File metadata and controls

23 lines (17 loc) · 1.41 KB

ScreenLockChecker

pub.dev github likes downloads pub points license buy me a coffee

If you like this package, please like it on pub.dev and star it on GitHub.

ScreenLockChecker is a plugin for checking whether the device has a screen lock enabled.

Usage

import 'package:screen_lock_checker/screen_lock_checker.dart';
...
    
final screenLockChecker = ScreenLockChecker();

final isScreenLockEnabled = await screenLockChecker.isScreenLockEnabled();