closeDll method
Close dll.
After you call this, if you use edax command, you have to recreate LibEdax instance.
Implementation
@experimental
void closeDll() => _dylib.close();
Close dll.
After you call this, if you use edax command, you have to recreate LibEdax instance.
@experimental
void closeDll() => _dylib.close();