OnReceiveGiftCallback typedef
OnReceiveGiftCallback =
void Function(Gift gift, int count, LiveUserInfo sender)
Implementation
typedef OnReceiveGiftCallback = void Function(
Gift gift, int count, LiveUserInfo sender);