saveThemeMode abstract method

Future<bool> saveThemeMode(
  1. String value
)

Allows the consumer to save the selected ThemeMode as a String.

Implementation

Future<bool> saveThemeMode(String value);