verificationStateProvider top-level property
Implementation
final verificationStateProvider = StateNotifierProvider<VerificationStateNotifier, VerificationState>((ref) {
return VerificationStateNotifier(ref);
});
final verificationStateProvider = StateNotifierProvider<VerificationStateNotifier, VerificationState>((ref) {
return VerificationStateNotifier(ref);
});