setOnGameResponseFailure method
Pass event function to be called when get game response fails.
Implementation
void setOnGameResponseFailure(void Function(CheckResultFailure) callback) {
if (_firebaseRoomCommunicator == null) return;
_firebaseRoomCommunicator!.setOnGameResponseFailure(callback);
}