closeDll method

  1. @experimental
void closeDll()

Close dll.

FIXME: this is workaround Function. See: https://github.com/dart-lang/sdk/issues/40159

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

Implementation

@experimental
void closeDll() => _dlCloseFunc(_dylib.handle);