updateThemeMode method

void updateThemeMode(
  1. ThemeMode themeMode
)

Implementation

void updateThemeMode(ThemeMode themeMode) => emit(
      state.copyWith(
        themeMode: themeMode,
      ),
    );