getThemeMode property
getThemeMode Get the window theme mode.
Implementation
@override
Future<DwmThemeMode> get getThemeMode async {
final result = await methodChannel.invokeMethod(getThemeModeMethod);
return DwmThemeMode.system;
}
getThemeMode Get the window theme mode.
@override
Future<DwmThemeMode> get getThemeMode async {
final result = await methodChannel.invokeMethod(getThemeModeMethod);
return DwmThemeMode.system;
}