provider property
Implementation
static AsyncNotifierProvider<AuthRepository, AuthRepositoryState> provider =
AsyncNotifierProvider<AuthRepository, AuthRepositoryState>(() {
return AuthRepository();
});
static AsyncNotifierProvider<AuthRepository, AuthRepositoryState> provider =
AsyncNotifierProvider<AuthRepository, AuthRepositoryState>(() {
return AuthRepository();
});