setIconKeepUpright method
If true, the icon may be flipped to prevent it from being rendered upside-down. Default value: false.
Implementation
Future<void> setIconKeepUpright(bool iconKeepUpright) =>
_annotationMessenger.setIconKeepUpright(id, iconKeepUpright);