open static method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
static FutureOr<DynamicLibrary> open({
required String path,
String? moduleName,
dynamic moduleLoader,
dynamic wasmType,
dynamic useAsGlobal,
}) async {
// ignore: await_only_futures
return await DynamicLibrary.open(path);
}