allServiceTypes top-level property

StateProvider<List<ServiceType>> allServiceTypes
final

Implementation

final allServiceTypes = StateProvider<List<ServiceType>>(
  (ref) => [OnDeviceService],
  name: 'AllServiceTypes',
);