unsubscribe abstract method

Future unsubscribe(
  1. String? correlationId
)

Unsubscribes from the message broker.

  • correlationId (optional) transaction id to trace execution through call chain.

Implementation

Future unsubscribe(String? correlationId);