Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created January 22, 2020 14:03
Show Gist options
  • Save jacobaraujo7/573788b5dbd2b2fe9c1a1a26b9f102d0 to your computer and use it in GitHub Desktop.
Save jacobaraujo7/573788b5dbd2b2fe9c1a1a26b9f102d0 to your computer and use it in GitHub Desktop.
//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