registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers this implementation with the Flutter web engine

Implementation

static void registerWith(Registrar registrar) {
  // In this case, no method channels are necessary since this plugin
  // only implements SSE transport which is handled in Dart platform-independently
}