create static method

ObstacleDetector create()

Implementation

@$core.pragma('dart2js:noInline')
static ObstacleDetector create() => ObstacleDetector._();