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