setWorkWithUsTabEnabled method

Future<void> setWorkWithUsTabEnabled(
  1. bool enabled
)

Sets the ApplicationSettings.workWithUsTabEnabled value.

Implementation

Future<void> setWorkWithUsTabEnabled(bool enabled) =>
    _settingsRepo.setWorkWithUsTabEnabled(enabled);