Close channel
@override Future<void> close() async { await _dc.close(); await _messageController.close(); await _stateController.close(); }