dispose

abstract override fun dispose()

Calls dispose on each registered Disposable. Might throw an exception if the assets were already disposed. To prevent that and clear the registry, use deregisterAll.

See also

Disposable.dispose