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