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