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