setIconWithCallback abstract method
Sets the animated image and icon style. The new animation will be in the paused state.
onFinished
is called when the icon is loaded.
Implementation
void setIconWithCallback(
animated_image_provider.AnimatedImageProvider image,
mapkit_map_icon_style.IconStyle style,
mapkit_map_callback.Callback onFinished);