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