setAddressControlOptions method
Sets address control display position. Web only
Return Future while the change has been made on the platform side.
Implementation
Future<void> setAddressControlOptions(int viewId, ControlPosition pos) {
throw UnimplementedError(
'setAddressControlOptions() has not been implemented.');
}