stackedLocatorGenerator function

Builder stackedLocatorGenerator(
  1. BuilderOptions options
)

Implementation

Builder stackedLocatorGenerator(BuilderOptions options) {
  return LibraryBuilder(
    StackedLocatorGenerator(),
    generatedExtension: '.locator.dart',
  );
}