ThemeStorageService constructor
ThemeStorageService({
ThemeStorageService constructor, you need to provide the sharedPreferences
.
Implementation
ThemeStorageService({
required SharedPreferences sharedPreferences,
}) : _sharedPreferences = sharedPreferences;