registerWith static method

void registerWith(
  1. Object registrar
)

Plugin registration hook (no-op). registration is later required.

Implementation

static void registerWith(final Object registrar) {
  // No-op registration hook. Provided to satisfy generated registrant.
  // If in the future the plugin needs platform-level registration on web,
  // implement it here using the flutter_web_plugins Registrar API.
}