isLocked static method
Checks if the app is currently locked.
This is used by the AppLockerNotifier for app security features.
Implementation
static bool isLocked() {
return read<bool>('isLocked') ?? false;
}
Checks if the app is currently locked.
This is used by the AppLockerNotifier for app security features.
static bool isLocked() {
return read<bool>('isLocked') ?? false;
}