FindProvidersForEmailView constructor
const
FindProvidersForEmailView({
- Key? key,
- ProvidersFoundCallback? onProvidersFound,
- FirebaseAuth? auth,
Implementation
const FindProvidersForEmailView({
Key? key,
this.onProvidersFound,
this.auth,
}) : super(key: key);