enableFloatingChat method

void enableFloatingChat(
  1. bool value
)

Implementation

void enableFloatingChat(bool value) {
  RoomStore.to.isFloatChatVisible.value = value;
}