DestroySession constructor

const DestroySession({
  1. required int sessionId,
})

Destroy Session constructor.

Implementation

const DestroySession({required this.sessionId}) : super._();