play method
Starts or resumes playback of the video banner ad.
Implementation
Future<void> play() async {
return await adropAdManager.play(this, _requestId);
}
Starts or resumes playback of the video banner ad.
Future<void> play() async {
return await adropAdManager.play(this, _requestId);
}