setVisible method

Future<void> setVisible(
  1. int viewId,
  2. bool enable
)

Sets street view is visible. Web only

Return Future while the change has been made on the platform side.

Implementation

Future<void> setVisible(int viewId, bool enable) {
  throw UnimplementedError('setVisible() has not been implemented.');
}