proxyApiRegistrarName function

String proxyApiRegistrarName(
  1. KotlinOptions options
)

The name of the registrar containing all the ProxyApi implementations.

Implementation

String proxyApiRegistrarName(KotlinOptions options) =>
    '${options.fileSpecificClassNameComponent ?? ''}${proxyApiClassNamePrefix}ProxyApiRegistrar';