registerWith static method

void registerWith(
  1. Registrar registrar
)

Factory constructor for web platform plugin registration.

Implementation

static void registerWith(Registrar registrar) {
  // No platform channel needed for web - we use pure Dart WebSocket implementation
  // The ConvexClient automatically selects WebConvexClient when kIsWeb is true
}