themeChanged static method

dynamic themeChanged(
  1. int themeId
)

Implementation

static themeChanged(int themeId) {
  _channel.invokeMethod("themeChanged", {"ThemeId": themeId});
}