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