openAsync static method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
static FutureOr<DynamicLibrary> openAsync({required String path}) async {
return DynamicLibrary.open(path);
}