getSettingsByIds abstract method

Future<List<SmsSettingsV1>> getSettingsByIds(
  1. String? correlationId,
  2. List<String> recipientIds
)

Gets a list of sms settings retrieved by ids.

  • correlationId (optional) transaction id to trace execution through call chain.
  • recipientIds a recipient ids to get settings Return Future that receives a data list Throws error.

Implementation

Future<List<SmsSettingsV1>> getSettingsByIds(
    String? correlationId, List<String> recipientIds);