onLinkSent abstract method

void onLinkSent(
  1. String email
)

Called when the link was sucessfully sent to the email.

Implementation

void onLinkSent(String email);