BasicAuthenticationCheckoutPresenter constructor

BasicAuthenticationCheckoutPresenter(
  1. AuthenticationCheckoutViewModel? viewModel
)

Implementation

BasicAuthenticationCheckoutPresenter(AuthenticationCheckoutViewModel? viewModel)
    : super(viewModel);