onUserJoinBattle property
Callback for received user notification of joined the battle.
battleId
Battle ID.
battleUser
The information about TUIBattleUser.
Implementation
OnUserJoinBattle onUserJoinBattle = (String battleId, TUIBattleUser battleUser) {};