proxyApiRegistrarName function
The name of the registrar containing all the ProxyApi implementations.
Implementation
String proxyApiRegistrarName(KotlinOptions options) =>
'${options.fileSpecificClassNameComponent ?? ''}${proxyApiClassNamePrefix}ProxyApiRegistrar';