enable static method
Enable app lock with the given config.
Call once at app startup (e.g. after WidgetsFlutterBinding.ensureInitialized).
Implementation
static Future<void> enable(AppLockConfig config) async {
await _impl.enable(config);
}
Enable app lock with the given config.
Call once at app startup (e.g. after WidgetsFlutterBinding.ensureInitialized).
static Future<void> enable(AppLockConfig config) async {
await _impl.enable(config);
}