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