destroyGiftManager static method

void destroyGiftManager(
  1. String roomId
)

Implementation

static void destroyGiftManager(String roomId) {
  _giftManagerMap.remove(roomId);
}