Created
October 16, 2022 15:40
-
-
Save FlutterWiz/337c5f411e02b2b3d8eba22fea0fa629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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