W3cubDocs

/Dart 2

loadLibrary 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.

Implementation

Future<LibraryMirror> loadLibrary();

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