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