onDestroy method

dynamic onDestroy()

Implementation

onDestroy() {
  PMLogger.d("onDestroy");
  deselectedPin();
  // _cardView?.hide();
  // _attributionView?.hide();
  removeAdLayers();
  map = null;
  callback = null;
}