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
-
decreaseValue(int sectorIndex, int blockOfSector, int value)
→ Future<int?>
-
-
increaseValue(int sectorIndex, int blockOfSector, int value)
→ Future<int?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readBlock(int sectorIndex, int blockOfSector)
→ Future<OperationResult?>
-
-
readMifareUltralightCard(int blockIndex)
→ Future<OperationResult?>
-
-
readValue(int sectorIndex, int blockOfSector)
→ Future<OperationResult?>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
verifyKeyA(int sectorIndex, Uint8List key)
→ Future<int?>
-
-
verifyKeyB(int sectorIndex, Uint8List key)
→ Future<int?>
-
-
writeBlock(int sectorIndex, int blockOfSector, Uint8List buffer)
→ Future<int?>
-
-
writeMifareUltralightCard(int blockIndex, Uint8List data)
→ Future<int?>
-
-
writeValue(int sectorIndex, int blockOfSector, Uint8List money)
→ Future<int?>
-