detach method

void detach()

Internal method called by ad view widgets to detach the controller. Do not call this method directly - it is managed automatically by the widget.

Implementation

void detach() {
  _adId = null;
}