onResumeAfterAd property
Notifies that ad came back from fullscreen and that application should resume.
Implementation
set onResumeAfterAd(Function(String)? value) {
AatkitFlutterPluginPlatform.instance.onResumeAfterAd = value;
}
Notifies that ad came back from fullscreen and that application should resume.
set onResumeAfterAd(Function(String)? value) {
AatkitFlutterPluginPlatform.instance.onResumeAfterAd = value;
}