getSettingsByPhoneSettings method

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

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.