setThemeMode method
setThemeMode Set the window theme mode.
Implementation
@override
Future<void> setThemeMode(DwmThemeMode themeMode) async {
await methodChannel.invokeMethod(setThemeModeMethod, <String, dynamic>{
'themeMode': themeMode.index,
});
}