FirebaseChatService class

Service class for managing chat services using Firebase.

Constructors

FirebaseChatService({FirebaseChatOptions? options, FirebaseApp? app, ChatDetailService? firebaseChatDetailService, ChatOverviewService? firebaseChatOverviewService, ChatUserService? firebaseChatUserService})

Properties

app FirebaseApp?
The Firebase app instance.
final
chatDetailService → ChatDetailService
no setter
chatOverviewService → ChatOverviewService
no setter
chatUserService → ChatUserService
no setter
firebaseChatDetailService ↔ ChatDetailService?
The service for managing chat details.
getter/setter pair
firebaseChatOverviewService ↔ ChatOverviewService?
The service for managing chat overviews.
getter/setter pair
firebaseChatUserService ↔ ChatUserService?
The service for managing chat users.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
options FirebaseChatOptions?
The options for configuring Firebase Chat.
final
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
toString() String
A string representation of this object.
inherited

Operators

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