play method
Starts or resumes playback of the video banner ad.
Implementation
Future<void> play() async {
return _channel.invokeMethod(AdropMethod.playBanner);
}
Starts or resumes playback of the video banner ad.
Future<void> play() async {
return _channel.invokeMethod(AdropMethod.playBanner);
}