VStreams class

Constructors

VStreams()

Properties

callStream Stream<VCallEvents>
no setter
hashCode int
The hash code for this object.
no setterinherited
messageStream Stream<VMessageEvents>
no setter
roomStream Stream<VRoomEvents>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketIntervalStream Stream<VSocketIntervalEvent>
no setter
socketStatusStream Stream<VSocketStatusEvent>
no setter
totalUnreadMessageCountStream Stream<VTotalUnReadCount>
no setter
vOnNewNotificationStream Stream<VOnNewNotifications>
no setter
vOnNotificationsClickedStream Stream<VOnNotificationsClickedEvent>
no setter
vOnUpdateNotificationsTokenStream Stream<VOnUpdateNotificationsToken>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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