closeDll method

void closeDll()

Close dll.

After you call this, if you use edax command, you have to recreate LibEdax instance.

Implementation

@experimental
void closeDll() => _dylib.close();