close method Null safety

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

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

  • correlationId (optional) transaction id to trace execution through call chain. Return Future the closing process is complete. Throws error if one is raised.