loadTheme method

dynamic loadTheme()

Implementation

loadTheme() {
  if (_configService.initialized) {
    primaryColor(Color(_configService.data().primaryColor));
    switchColor(primaryColor());
    themeMode(_configService.data().theme);
  }
}