CallPage constructor

const CallPage({
  1. Key? key,
  2. required String callId,
})

Implementation

const CallPage({super.key, required this.callId});