streamCallCount property
int
get
streamCallCount
How many times POST /chat-streaming was called.
Implementation
int get streamCallCount => _streamCalls;
How many times POST /chat-streaming was called.
int get streamCallCount => _streamCalls;