toggleTheme method

Future<void> toggleTheme()

Implementation

Future<void> toggleTheme() async {
  _bloc.add(const ThemeToggled());
}