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