setAttachedImageList method
- List<
GalleryAttachmentArray> imageList
inherited
Implementation
@override
void setAttachedImageList(List<GalleryAttachmentArray> imageList) {
final _$actionInfo = _$_AddEventStoreActionController.startAction(
name: '_AddEventStore.setAttachedImageList');
try {
return super.setAttachedImageList(imageList);
} finally {
_$_AddEventStoreActionController.endAction(_$actionInfo);
}
}