CallStateError constructor

const CallStateError({
  1. required TdError error,
})

The call has ended with an error

Implementation

const CallStateError({
  required this.error,
});