SUSPENDED constant

MediaPlaybackState const SUSPENDED

The media is not playing, and cannot be resumed until the user revokes the suspension.

Implementation

static const SUSPENDED = MediaPlaybackState._internal(3, 3);