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