FindProvidersForEmailView constructor

const FindProvidersForEmailView({
  1. Key? key,
  2. ProvidersFoundCallback? onProvidersFound,
  3. FirebaseAuth? auth,
})

Implementation

const FindProvidersForEmailView({
  Key? key,
  this.onProvidersFound,
  this.auth,
}) : super(key: key);