joinChannelSuccess property Null safety

(dynamic Function?(String channel, int uid, int elapsed)?) joinChannelSuccess
read / write

Occurs when the local user joins a specified channel.

Implementation

Function(String channel, int uid, int elapsed)? joinChannelSuccess;