showThreadsList method

void showThreadsList()

Navigates chat from THREAD back to THREAD_LIST destination in multithread chat. It does nothing if widget is not multithread. All multi-thread chat destinations: LOADING, THREAD_LIST, LOADING_THREAD, THREAD, CLOSED_THREAD, SINGLE_MODE_THREAD

Implementation

void showThreadsList() async {
  await _channel.invokeMethod('showThreadsList');
}