getCurrentPosition method

Future<double> getCurrentPosition()

Get the current playback position in seconds

Implementation

Future<double> getCurrentPosition() {
  throw UnimplementedError('getCurrentPosition() has not been implemented.');
}