disconnect method
Disconnects the current user from Sendbird Chat.
Implementation
Future<void> disconnect() async {
await SendbirdChat.disconnect();
}
Disconnects the current user from Sendbird Chat.
Future<void> disconnect() async {
await SendbirdChat.disconnect();
}