tor_client_set_dormant method

void tor_client_set_dormant(
  1. Pointer<Void> client,
  2. bool soft_mode
)

Implementation

void tor_client_set_dormant(
  ffi.Pointer<ffi.Void> client,
  bool soft_mode,
) {
  return _tor_client_set_dormant(
    client,
    soft_mode,
  );
}