Created
June 15, 2020 19:01
-
-
Save ookami-kb/6370d177a415b834eab8b12f9d107265 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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