updateThemeById method

void updateThemeById(
  1. String themeId
)

Update the theme by the identifier that is contained in the map of themes you have defined

Implementation

void updateThemeById(String themeId) {
  _facilityState.updateThemeById(themeId);
}