close abstract method

void close({
  1. String? connectionId,
})

Closes the SSE connection.

connectionId is an optional unique identifier for the connection to close.

Implementation

void close({String? connectionId});