setThemeMode method Null safety
- ThemeMode themeMode
override
A description for setThemeMode
Implementation
@override
void setThemeMode(ThemeMode themeMode) =>
_controller.add(_currentUser.copyWith(themeMode: themeMode));
A description for setThemeMode
@override
void setThemeMode(ThemeMode themeMode) =>
_controller.add(_currentUser.copyWith(themeMode: themeMode));