@override Future<bool> isInLockTaskMode() async { final value = await methodChannel.invokeMethod<bool>('isInLockTaskMode') ?? false; return value; }