sendThemeMode method
Sends the current theme mode to all sub windows.
Implementation
void sendThemeMode(bool isDarkTheme) {
_sendDataToSubWindow(data: {
'themeType': [isDarkTheme]
});
}
Sends the current theme mode to all sub windows.
void sendThemeMode(bool isDarkTheme) {
_sendDataToSubWindow(data: {
'themeType': [isDarkTheme]
});
}