dispose

open fun dispose()

Method for cleaning up resources when the renderer is no longer needed.

Called before Advertisement removes your object. Can be used to clean up the renderer, cancel CoroutineScope, and other.

This method is optional, so you can ignore it.