registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers the web plugin

Implementation

static void registerWith(Registrar registrar) {
  // No special web initialization needed for this Flame-based plugin
}