RoomService class
Constructors
- RoomService(HttpService _httpService)
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
-
counters(
RoomCountersFilter filter, Authentication authentication) → Future< RoomCounters> -
create(
RoomNew roomNew, Authentication authentication) → Future< RoomNewResponse> -
history(
RoomHistoryFilter filter, Authentication authentication) → Future< RoomMessages> -
markAsRead(
Room room, Authentication authentication) → Future< bool> -
messages(
Room room, Authentication authentication) → Future< RoomMessages> -
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