Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created October 16, 2022 15:40
Show Gist options
  • Save FlutterWiz/337c5f411e02b2b3d8eba22fea0fa629 to your computer and use it in GitHub Desktop.
Save FlutterWiz/337c5f411e02b2b3d8eba22fea0fa629 to your computer and use it in GitHub Desktop.
@module
abstract class InjectableModule {
@singleton
AppRouter get appRouter => AppRouter();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment