setPanControl method
Sets street view to allow using pan control or not. Web only
Return Future while the change has been made on the platform side.
Implementation
Future<void> setPanControl(int viewId, bool enable) {
return channel(viewId)!.invokeMethod("streetView#setPanControl", enable);
}