addFileAssocation method

  1. @override
void addFileAssocation(
  1. String dcliPath
)
override

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

@override
void addFileAssocation(String dcliPath) {
  /// no op
}