void unlinkPaths(String path)

Removes a data path alias previously established with linkPaths.

Note, the path to unlink should be the target (to) used when linking the paths.

Source

void unlinkPaths(String path) {
  jsElement.callMethod('unlinkPaths', [path]);
}