OfflineUploader class

Constructors

OfflineUploader.new()

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

getUnuploaded({required String tableName, String uploadedField = 'uploaded'}) Future<List<Map<String, dynamic>>>
init({required String databaseName, required List<TableSchema> tables}) Future<void>
insert({required String tableName, required Map<String, dynamic> data}) Future<int>
markAsUploaded({required String tableName, required int id, String idField = 'id', String uploadedField = 'uploaded'}) Future<int>
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