AFSIForgotPasswordScreenSPI.create constructor
AFSIForgotPasswordScreenSPI.create(
- AFBuildContext<
AFSIDefaultStateView, SigninScreenRouteParam> context, - AFStandardSPIData standard
Implementation
factory AFSIForgotPasswordScreenSPI.create(AFBuildContext<AFSIDefaultStateView, SigninScreenRouteParam> context, AFStandardSPIData standard) {
return AFSIForgotPasswordScreenSPI(context, standard,
);
}