Mercure constructor

Mercure({
  1. required String url,
  2. required List<String> topics,
  3. String? token,
  4. String? lastEventId,
})

Wrapper around http.Request.

Implementation

factory Mercure({
  required String url,
  required List<String> topics,
  String? token,
  String? lastEventId,
}) = MercureClient;