getCorrelationId method

String? getCorrelationId()

Get the optional correlation ID from metadata

Implementation

String? getCorrelationId() => metadata['correlationId'] as String?;