addFileAssocation abstract method

void addFileAssocation(
  1. String dcliPath
)

Called during the install so that an OS that needs to create a file association between .dart and dcli can create that association. The implementor is responsible for not adding the association if it already exists.

Implementation

void addFileAssocation(String dcliPath);