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