InquiryConfiguration constructor

InquiryConfiguration({
  1. InquiryTheme? iOSTheme,
})

Implementation

InquiryConfiguration({
  this.iOSTheme,
});