getTimePosition method

Future<double> getTimePosition()

Current time position of the currently playing song

Implementation

Future<double> getTimePosition() {
  return getProperty<double>('time-pos');
}