ChatDatabase class

Constructors

ChatDatabase()

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

path String
getter/setter pair

Static Methods

connect() Future<Database>
delete(dynamic id, dynamic idList) → dynamic
deleteAll() → dynamic
deleteDatabases() → dynamic
deleteListChat(dynamic id) → dynamic
getData({required int idList}) Future<List<Map>>
getDataByToken({required String token}) Future<List<Map>>
getDataListChat() Future<List<Map>>
init() → dynamic
insert({required PersonChat data, int? read, DateTime? lastestData}) → dynamic
insertList({required List<PersonChat> data}) → dynamic
insertListChat({required ListChat data}) → dynamic
progressUpdate({String? id, dynamic progress, dynamic idList}) → dynamic
progressUploadUpdate({String? id, dynamic progress, dynamic idList}) → dynamic
updateIdFile({String? id, dynamic index, dynamic idList}) → dynamic
updateRead({int? id}) → dynamic
updateStatus({dynamic idList, dynamic status}) → dynamic