onPanoramaClick method

Stream<PanoramaClickEvent> onPanoramaClick({
  1. required int viewId,
})

The Panorama was clicked.

Implementation

Stream<PanoramaClickEvent> onPanoramaClick({required int viewId}) {
  throw UnimplementedError('onPanoramaClick() has not been implemented.');
}