close method Null safety

  1. @override
Future close(
  1. String? correlationId
)
override

Closes this endpoint and the REST server (service) that was opened earlier.

  • correlationId (optional) transaction id to trace execution through call chain. Return once the closing process is complete. Will be called with an error if one is raised.