clients property
A function that receives the created ClientChannel and returns a list of gRPC clients.
Implementation
final List<Client> Function(ClientChannel channel)? clients;
A function that receives the created ClientChannel and returns a list of gRPC clients.
final List<Client> Function(ClientChannel channel)? clients;