auth property
Implementation
static final auth = Provider.arguments<
AuthRepository,
({
Http http,
AuthService authService,
})>(
(ref) => AuthRepositoryImpl(
ref.arguments.http,
ref.arguments.authService,
),
);
static final auth = Provider.arguments<
AuthRepository,
({
Http http,
AuthService authService,
})>(
(ref) => AuthRepositoryImpl(
ref.arguments.http,
ref.arguments.authService,
),
);