Skip to content

Instantly share code, notes, and snippets.

@SAGARSURI
Created April 27, 2019 08:32
Show Gist options
  • Save SAGARSURI/83979f4dc4e87e6f19cd3e184963cfda to your computer and use it in GitHub Desktop.
Save SAGARSURI/83979f4dc4e87e6f19cd3e184963cfda to your computer and use it in GitHub Desktop.
@override
void didChangeDependencies() {
bloc = MovieDetailBlocProvider.of(context);
bloc.fetchTrailersById(movieId);
super.didChangeDependencies();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment