openAsync static method

FutureOr<DynamicLibrary> openAsync({
  1. required String path,
})

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

static FutureOr<DynamicLibrary> openAsync({required String path}) async {
  return DynamicLibrary.open(path);
}