controller property
Optional controller for programmatic map control.
Provides methods to move the camera, change zoom, and manage markers at runtime. Await NeshanMapController.ready before calling any method to ensure the map is fully loaded.
Implementation
final NeshanMapController? controller;