loadLibrary 抽象方法

Future<LibraryMirror> loadLibrary()

返回一个future,该future在加载导入或导出的库时完成,并在该库未被加载时启动加载该库。

实现

Future<LibraryMirror> loadLibrary();