Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 19:01
Show Gist options
  • Save ookami-kb/e22a780c3c2b580324f67ebd3736604e to your computer and use it in GitHub Desktop.
Save ookami-kb/e22a780c3c2b580324f67ebd3736604e to your computer and use it in GitHub Desktop.
_messagesBloc = MessagesBloc(
Provider.of<MessagesRepository>(context),
Provider.of<RestClient>(context),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment