onLeave property
The callback for the leave room button This function can be passed if you wish to perform some specific actions in addition to leaving the room when the leave room button is pressed
Implementation
final Function? onLeave;
The callback for the leave room button This function can be passed if you wish to perform some specific actions in addition to leaving the room when the leave room button is pressed
final Function? onLeave;