disconnect method

Future<void> disconnect()

Disconnects the current user from Sendbird Chat.

Implementation

Future<void> disconnect() async {
  await SendbirdChat.disconnect();
}