getPosition abstract method

Future<Duration> getPosition()

Retrieves the current playback position of the player.

Returns a Future that resolves to a Duration representing the current playback position.

Implementation

Future<Duration> getPosition();