getSettingsByPhoneSettings abstract method

Future<SmsSettingsV1?> getSettingsByPhoneSettings(
  1. String? correlationId,
  2. String phone
)

Gets a sms settings by its phone.

  • correlationId (optional) transaction id to trace execution through call chain.
  • phone a phone of sms settings to be retrieved. Return Future that receives sms settings or error.

Implementation

Future<SmsSettingsV1?> getSettingsByPhoneSettings(
    String? correlationId, String phone);