GiftServiceImplement class
- Inheritance
- 
    - Object
- GiftService
- GiftServiceImplement
 
- Available extensions
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  responses
  ↔ List<GiftResponse> 
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  bindResponse(GiftResponse response) → void 
- 
  Bind user state changed listener
  override
- 
  dispose() → void 
- 
  
  override
- 
  giftFromJson(Map< String, dynamic> ? json) → GiftEntityProtocol?
- 
  
  override
- 
  giftToJson(GiftEntityProtocol? giftEntityProtocol) → Map< String, dynamic> ?
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onMessagesReceived(List< Message> msgs) → void
- 
      Available on GiftServiceImplement, provided by the ChatEventsListener extension 
- 
  sendGift(String roomId, GiftEntityProtocol gift, UserInfoProtocol? user) → Future< void> 
- 
  Send gift.
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unbindResponse(GiftResponse response) → void 
- 
  Unbind user state changed listener
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited