Get the current playback position in seconds
@override Future<double> getCurrentPosition() async { return _currentPosition; }