leaveChannel property Null safety

(dynamic Function?(RtcStats stats)?) leaveChannel
read / write

Occurs when a user leaves the channel.

Implementation

Function(RtcStats stats)? leaveChannel;