tor_proxy_stop method

void tor_proxy_stop(
  1. Pointer<Void> proxy
)

Implementation

void tor_proxy_stop(
  ffi.Pointer<ffi.Void> proxy,
) {
  return _tor_proxy_stop(
    proxy,
  );
}