isFollowingSystem static method

bool isFollowingSystem()

Check if the app is following system theme.

Implementation

static bool isFollowingSystem() {
  return NyThemeManager.instance.followSystemTheme;
}