setWorkWithUsTabEnabled method
- bool enabled
Sets the ApplicationSettings.workWithUsTabEnabled value.
Implementation
Future<void> setWorkWithUsTabEnabled(bool enabled) =>
_settings.setWorkWithUsTabEnabled(enabled);
Sets the ApplicationSettings.workWithUsTabEnabled value.
Future<void> setWorkWithUsTabEnabled(bool enabled) =>
_settings.setWorkWithUsTabEnabled(enabled);