updateTheme method

void updateTheme(
  1. TTheme theme
)

Update the theme by theme object

Implementation

void updateTheme(TTheme theme) {
  _facilityState.updateTheme(theme);
}