setThemeMode method Null safety

void setThemeMode(
  1. ThemeMode themeMode
)
override

A description for setThemeMode

Implementation

@override
void setThemeMode(ThemeMode themeMode) =>
    _controller.add(_currentUser.copyWith(themeMode: themeMode));