PopupCallView constructor
- Key? key,
- required ChatId chatId,
- required Future<
ScopedDependencies> depsFactory(),
Implementation
const PopupCallView({
super.key,
required this.chatId,
required this.depsFactory,
});
const PopupCallView({
super.key,
required this.chatId,
required this.depsFactory,
});