notifications property
Broadcast stream of incoming JSON-RPC notifications (messages with a
method but no id), e.g. log or agentSdk.chunk. Each event is the
raw notification map ({jsonrpc, method, params}). Consumers filter by
method and read params.
Implementation
Stream<Map<String, dynamic>> get notifications => _notifications.stream;