writeProxyApi method

void writeProxyApi(
  1. T generatorOptions,
  2. Root root,
  3. Indent indent,
  4. AstProxyApi api, {
  5. required String dartPackageName,
})

Writes a single Proxy Api to indent.

Implementation

void writeProxyApi(
  T generatorOptions,
  Root root,
  Indent indent,
  AstProxyApi api, {
  required String dartPackageName,
}) {}