consentStateProvider top-level property

AutoDisposeStateNotifierProvider<ConsentNotifier, ConsentState> consentStateProvider
final

Implementation

final consentStateProvider = StateNotifierProvider.autoDispose<ConsentNotifier, ConsentState>((ref) {
  return ConsentNotifier();
});