menu
nim_chatkit package
documentation
manager/ai_robot_manager.dart
AIRobotManager
isRobot method
isRobot method
dark_mode
light_mode
isRobot
method
bool
isRobot
(
String
?
accid
)
Implementation
bool isRobot(String? accid) { return robotCache.containsKey(accid); }
nim_chatkit package
documentation
manager/ai_robot_manager
AIRobotManager
isRobot method
AIRobotManager class