Created
July 12, 2020 22:32
-
-
Save jacobaraujo7/f2f17d32e6c1d9e20b53c55aa7bd90d0 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
@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