Created
October 6, 2019 18:23
-
-
Save adityadroid/ad68dfa1112a0681aa6a57990da83646 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 UpdateProfilePicture extends ConfigEvent{ | |
| final File file; | |
| UpdateProfilePicture(this.file): super([file]); | |
| @override | |
| String toString() => 'UpdateProfilePicture'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment