SeatEventSink class abstract

Constructors

SeatEventSink()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSeatInvitationAccepted(int seatIndex, String user, bool isAutoAgree) → void
onSeatInvitationCancelled(int seatIndex, String user, String operateBy) → void
onSeatInvitationReceived(int seatIndex, String user, String operateBy) → void
onSeatInvitationRejected(int seatIndex, String user) → void
onSeatKicked(int seatIndex, String user, String operateBy) → void
onSeatLeave(int seatIndex, String user) → void
onSeatListChanged(List<SeatItem?> seatItems) → void
onSeatManagerAdded(List<String?> managers) → void
onSeatManagerRemoved(List<String?> managers) → void
onSeatRequestApproved(int seatIndex, String user, String operateBy, bool isAutoAgree) → void
onSeatRequestCancelled(int seatIndex, String user) → void
onSeatRequestRejected(int seatIndex, String user, String operateBy) → void
onSeatRequestSubmitted(int seatIndex, String user) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setup(SeatEventSink? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>