setZoomGesturesEnabled method

Future<void> setZoomGesturesEnabled(
  1. int viewId,
  2. bool enable
)

Sets street view to allow using zoom gestures or not.

Return Future while the change has been made on the platform side.

Implementation

Future<void> setZoomGesturesEnabled(int viewId, bool enable) {
  throw UnimplementedError(
      'setZoomGesturesEnabled() has not been implemented.');
}