setOnHostReassigned method
Pass event function to be called when the host is reassigned.
Implementation
void setOnHostReassigned(void Function(Player, Player) callback) {
if (_firebaseRoomCommunicator == null) return;
_firebaseRoomCommunicator!.setOnHostReassigned(callback);
}