SendCallDebugInformation constructor

SendCallDebugInformation({
  1. InputCall? callId,
  2. required String debugInformation,
})

Implementation

SendCallDebugInformation({this.callId, required this.debugInformation});