Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Last active April 12, 2019 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanethos/6d2008a1b29ba9f42743f51405a1deee to your computer and use it in GitHub Desktop.
Save Vanethos/6d2008a1b29ba9f42743f51405a1deee to your computer and use it in GitHub Desktop.
class InjectorWidget extends InheritedWidget {
//...
HomeBloc _homeBloc;
EndpointsA _endpointsA;
EndpointsB _endpointsB;
HomeBloc getHomeBloc() => _homeBloc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment