isAgentSupport method

Future<bool> isAgentSupport(
  1. String agentId
)

检查指定 agentId 的智能体是否可用

Implementation

Future<bool> isAgentSupport(String agentId) {
  throw UnimplementedError('isAgentSupport() has not been implemented.');
}