createFlow method

  1. @override
AuthFlow createFlow(
  1. FirebaseAuth? auth,
  2. AuthAction? action
)
override

Implementation

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