loadTheme method
dynamic
loadTheme()
Implementation
loadTheme() {
if (_configService.initialized) {
Pen.write("Loading Theme");
primaryColor(Color(_configService.item.primaryColor));
switchColor(primaryColor());
themeMode(_configService.item.theme);
}
}