setSpeaker abstract method

void setSpeaker(
  1. Speaker? speaker
)

The class does not retain the object in the 'speaker' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void setSpeaker(mapkit_annotations_speaker.Speaker? speaker);