main function

void main()

Entry point of the extension.

Implementation

void main() {
  runApp(
    AppServiceProvider(
      appService: AppService(),
      child: const GqlCacheLensExtension(),
    ),
  );
}