isCurrentUser method
Implementation
bool isCurrentUser() {
  return FloatWindowStore.to.currentFloatWindowUserModel.value.userId.value ==
      RoomStore.to.currentUser.userId.value;
}bool isCurrentUser() {
  return FloatWindowStore.to.currentFloatWindowUserModel.value.userId.value ==
      RoomStore.to.currentUser.userId.value;
}