menu
grpc_communication package
documentation
grpc_agent_services.dart
GrpcAgentCommunication
streamAgents method
streamAgents method
dark_mode
light_mode
streamAgents
method
Stream
<
Agent
>
streamAgents
(
)
Implementation
Stream<Agent> streamAgents() { return _client.streamAgents(Empty()).asBroadcastStream(); }
grpc_communication package
documentation
grpc_agent_services
GrpcAgentCommunication
streamAgents method
GrpcAgentCommunication class