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