CallKitParams constructor
const
CallKitParams({
- required String id,
- String? nameCaller,
- String? appName,
- String? avatar,
- String? handle,
- int? type,
- int? duration,
- bool isAccepted = false,
- NotificationParams? missedCallNotification,
- NotificationParams? callingNotification,
- Map<
String, dynamic> ? extra, - Map<
String, dynamic> ? headers, - AndroidParams? android,
- IOSParams? ios,
Implementation
const CallKitParams({
required this.id,
this.nameCaller,
this.appName,
this.avatar,
this.handle,
this.type,
this.duration,
this.isAccepted = false,
this.missedCallNotification,
this.callingNotification,
this.extra,
this.headers,
this.android,
this.ios,
});