main function
void
main()
Entry point of the extension.
Implementation
void main() {
runApp(
AppServiceProvider(
appService: AppService(),
child: const GqlCacheLensExtension(),
),
);
}
Entry point of the extension.
void main() {
runApp(
AppServiceProvider(
appService: AppService(),
child: const GqlCacheLensExtension(),
),
);
}