groupServiceClientProvider top-level property
Implementation
final groupServiceClientProvider = Provider(
(ref) => GroupServiceClient(ref.watch(clientChannelProvider)),
);
final groupServiceClientProvider = Provider(
(ref) => GroupServiceClient(ref.watch(clientChannelProvider)),
);