isBuffering property

bool get isBuffering

Whether the agent is buffering audio prior to connecting.

Implementation

bool get isBuffering => _state == _AgentLifecycle.connecting && _isBuffering;