serviceType top-level property

StateProvider<ServiceType> serviceType
final

The provider that controls the RoundService and GameService implementation to use

Implementation

final serviceType = StateProvider<ServiceType>(
  (ref) => OnDeviceService,
  name: 'ClientType',
);