Created
January 22, 2020 14:03
-
-
Save jacobaraujo7/573788b5dbd2b2fe9c1a1a26b9f102d0 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
//configurações de classes | |
GetIt.I.registerSingleton<RESTAPI>(RESTAPI()); | |
//pegando a instância única da classe | |
GetIt.I.get<RESTAPI>() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment