createFlow method

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

Implementation

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