PopupCallView constructor

const PopupCallView({
  1. Key? key,
  2. required ChatId chatId,
  3. required Future<ScopedDependencies> depsFactory(),
})

Implementation

const PopupCallView({
  super.key,
  required this.chatId,
  required this.depsFactory,
});