CallKitMergeEvent constructor

CallKitMergeEvent(
  1. int sessionId,
  2. int otherSessionId
)

Implementation

CallKitMergeEvent(this.sessionId, this.otherSessionId)
    : super('onCallKitMerge', {
        'sessionId': sessionId,
        'otherSessionId': otherSessionId,
      });