Future<Null> load()

Ensure that libraryName has been loaded.

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

Source

external Future<Null> load();