setIconKeepUpright method

Future<void> setIconKeepUpright(
  1. bool iconKeepUpright
)

If true, the icon may be flipped to prevent it from being rendered upside-down.

Implementation

Future<void> setIconKeepUpright(bool iconKeepUpright) =>
    messager.setIconKeepUpright(id, iconKeepUpright);