changeThemeMode static method
Implementation
static void changeThemeMode(ThemeMode themeMode) {
_themeNotifier.value = _themeValue.copyWith(themeMode: themeMode);
}
static void changeThemeMode(ThemeMode themeMode) {
_themeNotifier.value = _themeValue.copyWith(themeMode: themeMode);
}