registerWith static method
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
}