roundService top-level property

Provider<RoundService> roundService
final

Implementation

final roundService = Provider<RoundService>(
  (ref) => ref.watch(roundServiceFamily(ref.watch(serviceType))),
  name: 'RoundService',
  dependencies: [serviceType, roundServiceFamily, playerIDProvider],
);