disconnect static method

Future<void> disconnect()

Disconnects from SendbirdChat.

Implementation

static Future<void> disconnect() async {
  sbLog.i(StackTrace.current,
      'userId: ${_instance._chat.chatContext.currentUserId}');
  await _instance._chat.disconnect();
}