setPopupsEnabled method
- bool enabled
Sets the ApplicationSettings.enablePopups value.
Implementation
Future<void> setPopupsEnabled(bool enabled) =>
_settingsRepository.setPopupsEnabled(enabled);
Sets the ApplicationSettings.enablePopups value.
Future<void> setPopupsEnabled(bool enabled) =>
_settingsRepository.setPopupsEnabled(enabled);