CallKeepEvent constructor

CallKeepEvent({
  1. required CallKeepEventType type,
  2. required CallKeepBaseData data,
})

Implementation

CallKeepEvent({required this.type, required this.data});