setDisableDoubleClickZoom method
Sets street view to allow using zoom on double click or not. Web only
Return Future while the change has been made on the platform side.
Implementation
Future<void> setDisableDoubleClickZoom(int viewId, bool enable) {
throw UnimplementedError(
'setDisableDoubleClickZoom() has not been implemented.');
}