registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) {
  // No-op: Infusion's web backend is driven through js_interop, not a
  // MethodChannel, so there is no handler to register here.
}