UserProvider constructor
UserProvider(
- StateNotifierProviderRef<
StateNotifier, dynamic> ref, [ - User? state
Implementation
UserProvider(this.ref, [super.state]);