isPlaying property

Future<bool?> get isPlaying

Checks whether audio is currently playing.

This method sends a request to the platform to determine whether audio is currently being played.

Implementation

Future<bool?> get isPlaying;