OnSendGiftCallback typedef
OnSendGiftCallback =
void Function(Gift gift, int count)
Implementation
typedef OnSendGiftCallback = void Function(Gift gift, int count);
typedef OnSendGiftCallback = void Function(Gift gift, int count);