CallKitParams constructor
const
CallKitParams({
- String? id,
- String? nameCaller,
- String? appName,
- String? avatar,
- String? handle,
- int? type,
- int? normalHandle,
- int? duration,
- String? textAccept,
- String? textDecline,
- NotificationParams? missedCallNotification,
- Map<
String, dynamic> ? extra, - Map<
String, dynamic> ? headers, - AndroidParams? android,
- IOSParams? ios,
Implementation
const CallKitParams({
this.id,
this.nameCaller,
this.appName,
this.avatar,
this.handle,
this.type,
this.normalHandle,
this.duration,
this.textAccept,
this.textDecline,
this.missedCallNotification,
this.extra,
this.headers,
this.android,
this.ios,
});