Get the current playback position in seconds
@override Future<double> getCurrentPosition() async { return await methodChannel.invokeMethod<double>('getCurrentPosition') ?? 0.0; }