PosOperationDB class abstract

Implementers

Constructors

PosOperationDB.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

clearAllCheck() Future<bool>
deleteAllOrganization() Future<bool>
deleteAllTransaction() Future<bool>
deleteSettingsTerminal() Future<bool>
deleteTransaction({required String idCheck}) Future<Map>
getAllChecks() Future<Map<String, dynamic>>
getAllOrganization() Future<List<OrganizationPosTerminalSber>?>
getAllTransaction() Future<List<TransactionTerminalMain>>
getIdTransaction({required String idCheck}) Future<TransactionTerminal>
getSettingsTerminal() Future<PosSettingsModel?>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveNewOrganization(OrganizationPosTerminalSber model) Future<bool>
saveSettingsTerminal(PosSettingsModel model) Future<bool>
saveTransaction({required TransactionTerminal mapCurrentCheck, required String idCheck}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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