dart/templates library

Constants

proxyApiBaseClass → const String
The base class for all ProxyApis.
proxyApiBaseClassName → const String
Name of the base class of all ProxyApis.
proxyApiBaseCodec → const String
The base codec for ProxyApis.

Functions

instanceManagerApiTemplate({required String dartPackageName, required String pigeonChannelCodecVarName}) String
Creates the InstanceManagerApi with the passed string values.
instanceManagerTemplate({required Iterable<String> allProxyApiNames}) String
Creates the InstanceManager with the passed string values.