autoPlayVideos property
Whether the platform allows auto-playing videos.
Only supported on iOS.
Always returns true on other platforms.
Implementation
// This index check is inverted (== 0 vs != 0) since most of the platforms
// don't have an option to disable videos auto play.
bool get autoPlayVideos => _kNoAutoPlayVideosIndex & _index == 0;