skip method
Skips the current ad.
This only skips ads if IMA does not render the 'Skip ad' button.
Implementation
Future<void> skip() {
return platform.skip();
}
Skips the current ad.
This only skips ads if IMA does not render the 'Skip ad' button.
Future<void> skip() {
return platform.skip();
}