load method

Future<Null> load ()

Ensure that libraryName has been loaded.

If the library fails to load, the Future will complete with a DeferredLoadException.

Implementation

external Future<Null> load();