getRobotById method

V2NIMUserAIBot? getRobotById(
  1. String accid
)

Implementation

V2NIMUserAIBot? getRobotById(String accid) {
  return robotCache[accid];
}