verificationStateProvider top-level property

StateNotifierProvider<VerificationStateNotifier, VerificationState> verificationStateProvider
final

Implementation

final verificationStateProvider = StateNotifierProvider<VerificationStateNotifier, VerificationState>((ref) {
  return VerificationStateNotifier(ref);
});