UaePassLoginView constructor

const UaePassLoginView({
  1. Key? key,
  2. required String url,
  3. required String urlScheme,
  4. required bool isProduction,
})

Implementation

const UaePassLoginView(
    {super.key,
    required this.url,
    required this.urlScheme,
    required this.isProduction});