sendGift abstract method
Send a specified gift to the current room
@param giftID Unique identifier ID of the gift to send @param count Number of gifts to send at once @param completion Completion callback (success/failure status)
Implementation
Future<CompletionHandler> sendGift({
required String giftID,
required int count,
});