DtbLinkStorage class

DtbLinkStorage

Constructors

DtbLinkStorage()
Constructor class
factory

Properties

authResp Future<AuthResp?>
get auth Resp
no setter
downloadKey Future<DownloadKeyRet?>
get stored downloadKey
no setter
hashCode int
The hash code for this object.
no setterinherited
initData Future<DataInitRet?>
get data initial
no setter
lastConnectedDevice Future<BluetoothDevice?>
get last connected bluetooth device
no setter
readerId Future<String?>
reader id
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traceNo Future<String>
get always new traceNo
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAuthResp(AuthResp authResp) Future<bool>
save Auth Resp
saveDownloadKey(DownloadKeyRet key) Future<bool>
save downloadKey
saveInitData(DataInitRet initData) Future<bool>
save data initial
saveLastConnectedDevice(BluetoothDevice device) Future<bool>
save last connected bluetooth device
saveSerialNo(String serialNo) Future<bool>
save Serial no
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DtbLinkStorage
DtbLinkStorage instance
no setter