NotificationTypeNewCall constructor

const NotificationTypeNewCall({
  1. required int callId,
})

New call was received

Implementation

const NotificationTypeNewCall({
  required this.callId,
});