AliceCallResponseScreen constructor

const AliceCallResponseScreen({
  1. Key? key,
  2. required AliceHttpCall call,
})

Implementation

const AliceCallResponseScreen({super.key, required this.call});