dart / 1 / dart-mirrors / librarydependencymirror / loadlibrary.html

loadLibrary abstract method

Future<LibraryMirror> loadLibrary()

Returns a future that completes with a library mirror on the library being imported or exported when it is loaded, and initiates a load of that library if it is not loaded.

Source

Future<LibraryMirror> loadLibrary();

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/LibraryDependencyMirror/loadLibrary.html