closeExpiredSessions abstract method

Future closeExpiredSessions(
  1. String? correlationId
)

Close an expired sessions.

  • correlation_id (optional) transaction id to trace execution through call chain. Return Future that receives null for success Throws error.

Implementation

Future closeExpiredSessions(String? correlationId);