deselectAnnotation method
Deselects an annotation and hides its callout view.
@param annotation The annotation object to deselect.
@param animated If YES, the callout view is animated offscreen.
Implementation
void deselectAnnotation(MLNAnnotation? annotation, {required bool animated}) {
_objc_msgSend_6p7ndb(this.ref.pointer, _sel_deselectAnnotation_animated_, annotation?.ref.pointer ?? ffi.nullptr, animated);
}