skip method

Future<void> skip()

Skips the current ad.

This only skips ads if IMA does not render the 'Skip ad' button.

Implementation

Future<void> skip() {
  return platform.skip();
}