SealdSsksPasswordPlugin_Free method

void SealdSsksPasswordPlugin_Free(
  1. Pointer<NativeSealdSsksPasswordPlugin> passwordPlugin
)

Close the current SSKS Password plugin instance. This frees the memory. After calling close, the instance cannot be used anymore.

@param passwordPlugin The SSKS Password plugin instance.

Implementation

void SealdSsksPasswordPlugin_Free(
  ffi.Pointer<NativeSealdSsksPasswordPlugin> passwordPlugin,
) {
  return _SealdSsksPasswordPlugin_Free(
    passwordPlugin,
  );
}