removeLibraryImport abstract method

void removeLibraryImport(
  1. int callerLibraryId,
  2. int callerLibraryVersionId,
  3. String name
)

Remove the import edge for name from the caller scope.

Implementation

void removeLibraryImport(
  int callerLibraryId,
  int callerLibraryVersionId,
  String name,
);