createFlow method
Implementation
@override
AuthFlow createFlow(FirebaseAuth? auth, AuthAction? action) {
return OAuthFlow(
auth: auth,
action: action,
config: this,
);
}
@override
AuthFlow createFlow(FirebaseAuth? auth, AuthAction? action) {
return OAuthFlow(
auth: auth,
action: action,
config: this,
);
}