getIconRotate method

Future<double?> getIconRotate()

Rotates the icon clockwise. Default value: 0. The unit of iconRotate is in degrees.

Implementation

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