importsLibrary abstract method

bool importsLibrary(
  1. Uri uri
)

Returns whether the given library uri is already imported or will be imported by a scheduled edit.

Implementation

bool importsLibrary(Uri uri);