isPlaying method

bool isPlaying()

Implementation

bool isPlaying() => _pts?.playing ?? false;