destroy method

void destroy()

Implementation

void destroy() {
  if (!isSupportedPlatform) return;

  _channel.setMethodCallHandler(null);

  appOpenAd.destroy();
}