getIconRotate method

Future<double?> getIconRotate()

Rotates the icon clockwise. Default value: 0.

Implementation

Future<double?> getIconRotate() => _annotationMessenger.getIconRotate(id);