iSchoolPlusServiceProvider top-level property

Provider<ISchoolPlusService> iSchoolPlusServiceProvider
final

Provides the singleton ISchoolPlusService instance.

Implementation

final iSchoolPlusServiceProvider = Provider<ISchoolPlusService>(
  (ref) => ISchoolPlusService(),
);