Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created July 12, 2020 22:32
Show Gist options
  • Save jacobaraujo7/f2f17d32e6c1d9e20b53c55aa7bd90d0 to your computer and use it in GitHub Desktop.
Save jacobaraujo7/f2f17d32e6c1d9e20b53c55aa7bd90d0 to your computer and use it in GitHub Desktop.
@override
List<Bind> get binds {
//before
Bind((i) => HomeController(repository: i.get<MyRepository>(),
//now
$HomeController,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment