onResumeAfterAd property

void onResumeAfterAd=(dynamic value(String)?)

Notifies that ad came back from fullscreen and that application should resume.

Implementation

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