setEnableCloseButton method
Sets street view to allow using close button or not. Web only
Return Future while the change has been made on the platform side.
Implementation
Future<void> setEnableCloseButton(int viewId, bool enable) {
throw UnimplementedError(
'setEnableCloseButton() has not been implemented.');
}