setDark method

Future<void> setDark()

Implementation

Future<void> setDark() async {
  await _update(CustomThemeMode.dark);
}