getPlugin

abstract fun <T : Any> getPlugin(key: String): T?

Retrieves a registered plugin instance.

Parameters

key

The unique key provided during plugin registration.