removeLiveBattleObserver static method
Implementation
static void removeLiveBattleObserver(TUILiveBattleObserver observer) {
_battleObserverList.removeWhere((element) => element == observer);
}
static void removeLiveBattleObserver(TUILiveBattleObserver observer) {
_battleObserverList.removeWhere((element) => element == observer);
}