removeAdByType method

dynamic removeAdByType(
  1. String? adUnitId
)

Implementation

removeAdByType(String? adUnitId){
  _resultMap.removeWhere((key, value) => value.maxAdInfoBean.id==adUnitId);
}