pause method
Pauses playback of the video banner ad.
Implementation
Future<void> pause() async {
return _channel.invokeMethod(AdropMethod.pauseBanner);
}
Pauses playback of the video banner ad.
Future<void> pause() async {
return _channel.invokeMethod(AdropMethod.pauseBanner);
}