setAutoCache method

void setAutoCache({
  1. required bool autoCache,
})

Implementation

void setAutoCache({required bool autoCache}) {
  Appodeal.setAutoCache(AppodealAdType.All, autoCache);
}