verifyPhone abstract method

Future verifyPhone(
  1. String? correlationId,
  2. String recipientId,
  3. String code
)

Verifies a phone.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • recipientId a recipient id of the sms settings to be verified phone
  • code a verification code for verifying phone Return Future that receives null for success. Throws error.

Implementation

Future verifyPhone(String? correlationId, String recipientId, String code);