Source set: Android
public val LocalRcCustomPlugins: ProvidableCompositionLocal<CustomPluginRegistry?> =
compositionLocalOf {
null
}
Composition local for the CustomPluginRegistry used to render Custom components. Provided by RcPlayer's customPlugins parameter.