ChatWidget class

Constructors

ChatWidget.new(ARMOYUServices service)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service → ARMOYUServices
final

Methods

chatcallWidget(BuildContext context, {required Chat chat, required dynamic onClose(), required dynamic speaker(bool value), required dynamic videocall(bool value), bool createanswer = false}) Widget
chatdetailWidget(BuildContext context, {required Chat? cachedChat, dynamic onChatUpdated(Chat updatedChat)?, String chatImage = "https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg", required dynamic chatcall(Chat chat), required Function onClose, required dynamic onPressedtoProfile(int userID, String username)}) Widget
chatListWidget(BuildContext context, {required dynamic onPressed(Chat chat), List<Chat>? cachedChatList, dynamic onChatUpdated(List<Chat> updatedChat)?}) ChatWidgetBundle
chatmyfriendsNotes(BuildContext context) Widget
newchatListWidget(BuildContext context, {required dynamic onPressed(Chat chat), List<Chat>? cachedChatList, dynamic onChatUpdated(List<Chat> updatedChat)?}) ChatWidgetBundle
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