getCurrentPosition method

Future<double> getCurrentPosition()

Get current audio position in seconds.

Implementation

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