accept abstract method

FutureOr<Subscription> accept(
  1. String? clientId
)

Accept the request, and grant the client access to subscribe to the event.

Includes the client's ID, which is necessary for ad-hoc clients.

Implementation

FutureOr<Subscription> accept(String? clientId);