ThemeStorageService constructor

ThemeStorageService({
  1. required SharedPreferences sharedPreferences,
})

ThemeStorageService constructor, you need to provide the sharedPreferences.

Implementation

ThemeStorageService({
  required SharedPreferences sharedPreferences,
}) : _sharedPreferences = sharedPreferences;