onManifest abstract method

Future<GeneratorManifest> onManifest(
  1. GeneratorConfig config
)

Generator on manifest handler.

Implementation

Future<GeneratorManifest> onManifest(GeneratorConfig config);