OnReceiveGiftCallback typedef
OnReceiveGiftCallback =
void Function(TUIGiftInfo giftInfo, int count, TUIUserInfo sender)
Implementation
typedef OnReceiveGiftCallback = void Function(
TUIGiftInfo giftInfo, int count, TUIUserInfo sender);