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