DisputeService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- havenoChannel → HavenoChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
chatMessagesStream(
String disputeId) → Stream< List< ChatMessage> > -
closeChat(
String disputeId) → void -
getDispute(
String tradeId) → Future< Dispute?> -
getDisputeByTradeId(
String tradeId) → Dispute? -
getDisputes(
) → Future< List< Dispute> > -
getInitialChatMessages(
String disputeId) → List< ChatMessage> -
loadInitialMessages(
String disputeId) → Future< List< ChatMessage?> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openDispute(
String tradeId) → Future< Dispute?> -
resolveDispute(
String tradeId, DisputeResult_Winner? winner, DisputeResult_Reason? reason, String? summaryNotes, Int64? customPayoutAmount) → Future< void> -
sendDisputeChatMessage(
String disputeId, String message, Iterable< Attachment> attachments) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited