Reconnects the current user to Sendbird Chat.
Returns true if the reconnection is successful, false otherwise.
true
false
Future<bool> reconnect() async { return await SendbirdChat.reconnect(); }