ChatService class
Properties
Methods
-
addApp(
String name, String uniqueId, List< String> emails) → Future<void> -
apps(
) → Stream< List< Map< >String, dynamic> > -
messages(
String appId) → Stream< List< Map< >String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage(
String appId, String message) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited