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