localSetting property

Implementation

Future<AppLocalSettingModel> get localSetting async =>
    (await getValue(themeKey, defaultValue: const AppLocalSettingModel()))!;