getPercentPosition method

Future<double> getPercentPosition()

Current time position (in percent) of the currently playing song

Implementation

Future<double> getPercentPosition() {
  return getProperty<double>('percent-pos');
}