reconnect method

Future<bool> reconnect()

Reconnects the current user to Sendbird Chat.

Returns true if the reconnection is successful, false otherwise.

Implementation

Future<bool> reconnect() async {
  return await SendbirdChat.reconnect();
}