serviceGenerator function

Builder serviceGenerator(
  1. BuilderOptions options
)

Implementation

Builder serviceGenerator(BuilderOptions options) => LibraryBuilder(
      ServiceGenerator(),
      options: options,
      generatedExtension: ".service.dart",
    );