setAddressControl method

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

Sets street view to allow using address control or not. Web only

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

Implementation

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