Skip to content

Instantly share code, notes, and snippets.

@prasadshirvandkar
Created July 30, 2020 16:51
Show Gist options
  • Save prasadshirvandkar/d47a4e1d33a971639125454d8af784ff to your computer and use it in GitHub Desktop.
Save prasadshirvandkar/d47a4e1d33a971639125454d8af784ff to your computer and use it in GitHub Desktop.
imagePicker() {
return ImagePickerWeb.getImageInfo.then((MediaInfo mediaInfo) {
uploadFile(mediaInfo, 'images', mediaInfo.fileName);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment