LocalAuthScreen constructor
const
LocalAuthScreen({
- Key? key,
- required VoidCallback onAuthenticated,
Implementation
const LocalAuthScreen({
super.key,
required this.onAuthenticated,
});