isPlaying property Null safety

BehaviorSubject<bool> isPlaying
read / write

Is audio currently playing

Implementation

BehaviorSubject<bool> isPlaying = BehaviorSubject.seeded(false);