ScreenCrawler constructor

ScreenCrawler({
  1. String? projectPath,
  2. required String wsUrl,
})

Implementation

ScreenCrawler({this.projectPath, required this.wsUrl});