resetRotation method

void resetRotation()

Resets the rotation of the globe.

Example usage:

FlutterEarthGlobeController controller = FlutterEarthGlobeController();
controller.resetRotation();

Implementation

void resetRotation() {
  onResetGlobeRotation?.call();
}