Enables or disables wakelock (prevents screen from turning off).
Future<void> setWakelock(bool enabled) => _platform.setWakelock(enabled);