writeProxyApi method
void
writeProxyApi(
- T generatorOptions,
- Root root,
- Indent indent,
- AstProxyApi api, {
- required String dartPackageName,
Writes a single Proxy Api to indent
.
Implementation
void writeProxyApi(
T generatorOptions,
Root root,
Indent indent,
AstProxyApi api, {
required String dartPackageName,
}) {}