ProtocolFactory

@ObjCName(name = "ProtocolFactory", exact = true)
sealed interface ProtocolFactory<W : Any>

A marker interface for the widget-side factory of the protocol.

See also

Properties

Link copied to clipboard
abstract val widgetSystem: WidgetSystem<W>