isFollowingSystem static method
Check if the app is following system theme.
Implementation
static bool isFollowingSystem() {
return NyThemeManager.instance.followSystemTheme;
}
Check if the app is following system theme.
static bool isFollowingSystem() {
return NyThemeManager.instance.followSystemTheme;
}