Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Last active October 4, 2020 12:56
Show Gist options
  • Save TechieBlossom/4ac138959d82b7a416183bb2b49354c8 to your computer and use it in GitHub Desktop.
Save TechieBlossom/4ac138959d82b7a416183bb2b49354c8 to your computer and use it in GitHub Desktop.
@override
void initState() {
super.initState();
movieCarouselBloc = getItInstance<MovieCarouselBloc>();
//1
movieBackdropBloc = movieCarouselBloc.movieBackdropBloc;
movieCarouselBloc.add(CarouselLoadEvent());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment