ChatHunter class

Constructors

ChatHunter()

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

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

Static Properties

context BuildContext?
getter/setter pair
firebaseSetting FirebaseChatSetting?
no setter
ifNoPagemore bool
getter/setter pair
incrementId int
getter/setter pair
listTitle String?
getter/setter pair
messageSetting ChatSnackBarMessage?
no setter
newest DateTime?
getter/setter pair
notificationHunter ↔ FlutterLocalNotificationsPlugin
getter/setter pair
page int
getter/setter pair
styleChatSetting StyleChatColor?
no setter
styleListSetting StyleColor?
no setter
templateSetting Template?
no setter
tokenApp String
getter/setter pair

Static Methods

addListChat({required ListChat data}) → dynamic
chat({Widget? overflowWidget, dynamic currentState}) Widget
getChat({required int listChatId}) Future<List<PersonChat>>
getListChat() Future<List<ListChat>>
initChat() → dynamic
mainInit({ChatSnackBarMessage? message, Template? template, StyleColor? styleListChat, StyleChatColor? styleChat, String? titleListChat, FirebaseChatSetting? firebaseSetting}) Future<void>
After runApp() in main.dart
sendMessage({dynamic message, required ListChat data}) Future<MessageStatus>