onPauseForAd property

void onPauseForAd=(dynamic value(String)?)

Notifies that ad went fullscreen and that application should pause.

Implementation

set onPauseForAd(Function(String)? value) {
  AatkitFlutterPluginPlatform.instance.onPauseForAd = value;
}