clients property

List<Client> Function(ClientChannel channel)? clients
final

A function that receives the created ClientChannel and returns a list of gRPC clients.

Implementation

final List<Client> Function(ClientChannel channel)? clients;