Skip to content

Instantly share code, notes, and snippets.

@adityadroid
Created October 6, 2019 18:23
Show Gist options
  • Select an option

  • Save adityadroid/ad68dfa1112a0681aa6a57990da83646 to your computer and use it in GitHub Desktop.

Select an option

Save adityadroid/ad68dfa1112a0681aa6a57990da83646 to your computer and use it in GitHub Desktop.
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