setThemeManager method

void setThemeManager(
  1. ThemeManager manager
)

Sets the theme manager instance that will be used from the service

Implementation

void setThemeManager(ThemeManager manager) => _themeManager = manager;