NotificationTypeNewCall constructor
const
NotificationTypeNewCall({
- required int callId,
New call was received
Implementation
const NotificationTypeNewCall({
required this.callId,
});
New call was received
const NotificationTypeNewCall({
required this.callId,
});