AuthenticationCheckoutScreen constructor
AuthenticationCheckoutScreen(
- AuthenticationCheckoutViewModel? viewModel, {
- Key? key,
Implementation
AuthenticationCheckoutScreen(AuthenticationCheckoutViewModel? viewModel, {Key? key})
: presenter = BasicAuthenticationCheckoutPresenter(viewModel),
super(key: key);