I have a Flutter canvas , and I\'d like to save that canvas as a bitmap image (e.g. PNG, but any common bitmap format will do). What\'s the best way to get the bits out of a
PictureRecorder
Picture
toByteData()