registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) {
  // Provide a console warning so developers know web is not yet functional.
  print('Zenoh is not yet supported on the web platform.');
}