hidePip method
Hides the currently displayed PIP ad.
Returns null when the ad is hidden
Implementation
@override
void hidePip() {
_pipAdView.hidePip();
}
Hides the currently displayed PIP ad.
Returns null when the ad is hidden
@override
void hidePip() {
_pipAdView.hidePip();
}