wire_query_watchers method

void wire_query_watchers(
  1. int port_,
  2. Pointer<wire_Identifier> who_ask,
  3. Pointer<wire_Identifier> about_who
)

Implementation

void wire_query_watchers(
  int port_,
  ffi.Pointer<wire_Identifier> who_ask,
  ffi.Pointer<wire_Identifier> about_who,
) {
  return _wire_query_watchers(
    port_,
    who_ask,
    about_who,
  );
}