AutoHotReload constructor

AutoHotReload({
  1. required String flutterDevPort,
  2. String host = 'localhost',
})

Implementation

AutoHotReload({
  required this.flutterDevPort,
  this.host = 'localhost',
}) : watcher = DirectoryWatcher('lib');