installCompletedIndicator property Null safety
returns the path to the file that we use to indicated that the install completed succesfully.
Implementation
String get installCompletedIndicator => join(pathToDCli, 'install_completed');
returns the path to the file that we use to indicated that the install completed succesfully.
String get installCompletedIndicator => join(pathToDCli, 'install_completed');