@override Future<bool> isKeptOn() async { if (_wakeLockSentinel == null) return false; return !_wakeLockSentinel!.released; }