destroy method

void destroy()

Implementation

void destroy() {
  _channel.setMethodCallHandler(null);

  appOpenAd.destroy();
}