openSync static method

DynamicLibrary openSync({
  1. required String path,
})

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

Implementation

static DynamicLibrary openSync({required String path}) {
  return DynamicLibrary.open(path);
}