Dart_GetGiftCountByAnchor method
void
Dart_GetGiftCountByAnchor()
Implementation
void Dart_GetGiftCountByAnchor(
ffi.Pointer<TUILiveGiftManagerFFI> live_gift_manager_ffi,
ffi.Pointer<ffi.Char> room_id,
ffi.Pointer<ffi.Char> user_data) {
return _Dart_GetGiftCountByAnchor(
live_gift_manager_ffi, room_id, user_data);
}