setWorkWithUsTabEnabled method

Future<void> setWorkWithUsTabEnabled(
  1. bool enabled
)

Sets the ApplicationSettings.workWithUsTabEnabled value.

Implementation

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