registerLibraryPaths method

  1. @deprecated
Future registerLibraryPaths(
  1. List<LibraryPathSet> paths
)

Implementation

@deprecated
Future registerLibraryPaths(List<LibraryPathSet> paths) =>
    _call('completion.registerLibraryPaths', {'paths': paths});