setIconRotate method
- double iconRotate
Rotates the icon clockwise. Default value: 0.
Implementation
Future<void> setIconRotate(double iconRotate) =>
messenger.setIconRotate(id, iconRotate);
Rotates the icon clockwise. Default value: 0.
Future<void> setIconRotate(double iconRotate) =>
messenger.setIconRotate(id, iconRotate);