TerminateSessionRequest constructor

TerminateSessionRequest({
  1. String? requestId,
})

Implementation

TerminateSessionRequest({
  this.requestId,
});