findLibrary method Null safety

LibraryMirror findLibrary(
  1. 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);