isPlexAnimationsEnable function

dynamic isPlexAnimationsEnable()

Implementation

isPlexAnimationsEnable() {
  if (!PlexSp.instance.hasKey('plex_animations')) return true;
  return PlexSp.instance.getBool("plex_animations");
}