init static method
Initializes currentAppTheme as theme.
Implementation
static void init({required AppTheme theme}) {
currentAppTheme = theme;
}
Initializes currentAppTheme as theme.
static void init({required AppTheme theme}) {
currentAppTheme = theme;
}