AuthenticationCheckoutScreen constructor

AuthenticationCheckoutScreen(
  1. AuthenticationCheckoutViewModel? viewModel, {
  2. Key? key,
})

Implementation

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