LocalAuthScreen constructor

const LocalAuthScreen({
  1. Key? key,
  2. required VoidCallback onAuthenticated,
})

Implementation

const LocalAuthScreen({
  super.key,
  required this.onAuthenticated,
});