VerificationScreen constructor

const VerificationScreen({
  1. Key? key,
  2. required void onFinish(),
})

Implementation

const VerificationScreen({super.key, required this.onFinish});