Gets the duration of the currently playing ad.
Returns the ad duration in seconds.
Future<num?> getAdDuration() async { return await TargetvideoFlutterPluginPlatform.instance.getAdDuration(playerReference); }