EndpointSelector<L> typedef

EndpointSelector<L> = FutureOr<EndpointSelection> Function(EndpointSelectorContext<L> context)

Implementation

typedef EndpointSelector<L> = FutureOr<EndpointSelection> Function(
    EndpointSelectorContext<L> context);