setShowCompassOnRotate method

Future<void> setShowCompassOnRotate(
  1. bool show
)

Renders the positioning blue dot at the last known user position on the map

Implementation

Future<void> setShowCompassOnRotate(bool show) {
  return MapcontrolPlatform.instance.showCompassOnRotate(show);
}