setThemeMode method

Future<void> setThemeMode(
  1. String themeMode
)

Implementation

Future<void> setThemeMode(String themeMode) {
  throw UnimplementedError('setThemeMode() has not been implemented.');
}