setEmailAndPassword abstract method

void setEmailAndPassword(
  1. String email,
  2. String password
)

Initializes the flow with an email and password. This method should be called after user submits a form with email and password.

Implementation

void setEmailAndPassword(String email, String password);