interstitial method

Future interstitial(
  1. int zoneId
)

Implementation

Future<dynamic> interstitial(int zoneId) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}