currentPosition property

Future<double?> get currentPosition

Retrieves the current playback position of the audio.

This method sends a request to the platform to retrieve the current playback position of the currently playing audio.

Implementation

Future<double?> get currentPosition;