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