CancelSessionNotification constructor

CancelSessionNotification({
  1. required SessionId sessionId,
  2. AcpJsonObject? meta,
})

Creates a CancelSessionNotification value.

Implementation

CancelSessionNotification({required this.sessionId, this.meta});