SberLocalDB class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
Methods
-
clearAllCheck(
) → Future< bool> -
override
-
deleteAllOrganization(
) → Future< bool> -
override
-
deleteAllTransaction(
) → Future< bool> -
override
-
deleteSettingsTerminal(
) → Future< bool> -
override
-
deleteTransaction(
{required String idCheck}) → Future< Map> -
override
-
getAllChecks(
) → Future< Map< String, dynamic> > -
override
-
getAllOrganization(
) → Future< List< OrganizationPosTerminalSber> ?> -
override
-
getAllTransaction(
) → Future< List< TransactionTerminalMain> > -
override
-
getIdTransaction(
{required String idCheck}) → Future< TransactionTerminal> -
override
-
getSettingsTerminal(
) → Future< PosSettingsModel?> -
override
-
init(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveNewOrganization(
OrganizationPosTerminalSber model) → Future< bool> -
override
-
saveSettingsTerminal(
PosSettingsModel model) → Future< bool> -
override
-
saveTransaction(
{required TransactionTerminal mapCurrentCheck, required String idCheck}) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited