setPopupsEnabled method

Future<void> setPopupsEnabled(
  1. bool enabled
)

Sets the ApplicationSettings.enablePopups value.

Implementation

Future<void> setPopupsEnabled(bool enabled) =>
    _settingsRepository.setPopupsEnabled(enabled);