sendVerificationCodeForAttribute abstract method

Future<Verification> sendVerificationCodeForAttribute(
  1. String attribute
)

Sends a verifaction code to validate the given attribute.

Implementation

Future<Verification> sendVerificationCodeForAttribute(
  // the user attribute to send the code for verification
  String attribute,
);