Future<Null> load( )

Ensure that libraryName has been loaded.

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

Source

/**
 * Ensure that [libraryName] has been loaded.
 *
 * If the library fails to load, the Future will complete with a
 * DeferredLoadException.
 */
external Future<Null> load();