BuddyStream constructor
const
BuddyStream({
- Key? key,
- required String peer,
- required bool canCall,
- required void onCall(
- String party
- VoidCallback? onClose,
Implementation
const BuddyStream({
super.key,
required this.peer,
required this.canCall,
required this.onCall,
this.onClose,
});