Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 19:01
Show Gist options
  • Save ookami-kb/6370d177a415b834eab8b12f9d107265 to your computer and use it in GitHub Desktop.
Save ookami-kb/6370d177a415b834eab8b12f9d107265 to your computer and use it in GitHub Desktop.
class MessagesBloc {
MessagesBloc(
this._repository,
this._restClient,
);
final MessagesRepository _repository;
final RestClient _restClient;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment