OnGiftCountChanged typedef

OnGiftCountChanged = void Function(String roomId, int totalGiftsSent, int totalGiftCoins, int totalUniqueGiftSenders)

Implementation

typedef OnGiftCountChanged = void Function(String roomId, int totalGiftsSent,
    int totalGiftCoins, int totalUniqueGiftSenders);