VerifyPhoneAction constructor

VerifyPhoneAction(
  1. void callback(
    1. BuildContext context,
    2. AuthAction? action
    )
)

Implementation

VerifyPhoneAction(this.callback);