isRobot method

bool isRobot(
  1. String? accid
)

Implementation

bool isRobot(String? accid) {
  return robotCache.containsKey(accid);
}