ThemeService constructor

ThemeService(
  1. SharedPreferences _prefs
)

Creates a new ThemeService instance.

Implementation

ThemeService(this._prefs);