onPauseForAd property
Notifies that ad went fullscreen and that application should pause.
Implementation
set onPauseForAd(Function(String)? value) {
AatkitFlutterPluginPlatform.instance.onPauseForAd = value;
}
Notifies that ad went fullscreen and that application should pause.
set onPauseForAd(Function(String)? value) {
AatkitFlutterPluginPlatform.instance.onPauseForAd = value;
}