Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created July 12, 2020 22:32
Show Gist options
  • Save jacobaraujo7/4545a56944bcfedd3faa0ced31d9f9d5 to your computer and use it in GitHub Desktop.
Save jacobaraujo7/4545a56944bcfedd3faa0ced31d9f9d5 to your computer and use it in GitHub Desktop.
part “home_controller.g.dart”
@Injectable()
class HomeController {
final MyRepository repository;
HomeController({this.repository});
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment