dispose method

void dispose()

This method is used to release the resources used by the FastAdService instance. It should be called when the FastAdService instance is no longer needed.

  • Disposes of the cache manager instance.

Implementation

void dispose() {
  _cache.dispose();
}