UserProvider constructor

UserProvider(
  1. StateNotifierProviderRef<StateNotifier, dynamic> ref, [
  2. User? state
])

Implementation

UserProvider(this.ref, [super.state]);