setThemeMode method

Future<void> setThemeMode(
  1. DwmThemeMode themeMode
)

Implementation

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