getSettingsById abstract method

Future<SmsSettingsV1?> getSettingsById(
  1. String? correlationId,
  2. String recipientId
)

Gets a sms settings by recipient id.

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

Implementation

Future<SmsSettingsV1?> getSettingsById(
    String? correlationId, String recipientId);