setThemeMode method

Future<void> setThemeMode(
  1. String mode
)

Implementation

Future<void> setThemeMode(String mode) => _prefs.setString(_themeKey, mode);