Disposable

@ObjCName(name = "ReduKtDisposable", exact = true)
fun interface Disposable

Represents a resource that should be disposed when no longer required.

Functions

Link copied to clipboard
abstract fun dispose()