detected static method
Implementation
static bool detected(BuildContext context) {
return context.findAncestorStateOfType<_RobotDetectorState>()!._detected;
}
static bool detected(BuildContext context) {
return context.findAncestorStateOfType<_RobotDetectorState>()!._detected;
}