Factory

actual fun interface Factory
expect fun interface Factory
actual fun interface Factory

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect abstract fun create(request: ImageRequest): EventListener
actual abstract fun create(request: ImageRequest): EventListener