CreatePasswordPage constructor Null safety
- {Key? key,
- required HandleAuthInfoCallback onSuccess,
- ErrorCallback? onError}
Implementation
const CreatePasswordPage({
Key? key,
required this.onSuccess,
this.onError,
}) : super(key: key);
const CreatePasswordPage({
Key? key,
required this.onSuccess,
this.onError,
}) : super(key: key);