onPauseForAd property

  1. @override
dynamic Function(Placement)? onPauseForAd
getter/setter pairoverride

Notifies that ad went fullscreen and that application should pause.

Implementation

@override
Function(Placement)? onPauseForAd;