rejoinChannelSuccess property

dynamic Function(String, int, int)? rejoinChannelSuccess
final

Occurs when a user rejoins the channel after being disconnected due to network problems.

Implementation

final Function(String, int, int)? rejoinChannelSuccess;