sendLink method

  1. @override
void sendLink(
  1. String email
)
override

Sends a sign in link to the email.

Implementation

@override
void sendLink(String email) {
  provider.sendLink(email);
}