studentQueryServiceProvider top-level property
final
Provides the singleton StudentQueryService instance.
Implementation
final studentQueryServiceProvider = Provider<StudentQueryService>(
(ref) => StudentQueryService(),
);
Provides the singleton StudentQueryService instance.
final studentQueryServiceProvider = Provider<StudentQueryService>(
(ref) => StudentQueryService(),
);