CallView constructor

const CallView(
  1. Rx<OngoingCall> _call, {
  2. Key? key,
})

Implementation

const CallView(this._call, {super.key});