USettingsSms constructor

USettingsSms({
  1. required TagSmsPanel tag,
  2. required String loginOtpPattern,
  3. required String supportPasswordOtp,
  4. required String apiKey,
})

Implementation

USettingsSms({required this.tag, required this.loginOtpPattern, required this.supportPasswordOtp, required this.apiKey});