AllowlistOnlySmsRegionConfig constructor

const AllowlistOnlySmsRegionConfig({
  1. required List<String> allowedRegions,
})

Implementation

const AllowlistOnlySmsRegionConfig({required this.allowedRegions});