findLibrary method
- Symbol libraryName
Returns the unique library named libraryName
if it exists.
If no unique library exists, an error is thrown.
Implementation
external LibraryMirror findLibrary(Symbol libraryName);
Returns the unique library named libraryName
if it exists.
If no unique library exists, an error is thrown.
external LibraryMirror findLibrary(Symbol libraryName);