Factory

fun interface Factory<S : Service>

Functions

create
Link copied to clipboard
abstract fun create(): S