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