Future<bool> isKeyguardLocked() async { return await channel.invokeMethod(_IS_KEYGUARD_LOCKED) as bool; }