readValue method
Implementation
Future<OperationResult?> readValue(int sectorIndex, int blockOfSector) {
return TySmartPosApiPluginPlatform.instance
.readValue(sectorIndex, blockOfSector);
}
Future<OperationResult?> readValue(int sectorIndex, int blockOfSector) {
return TySmartPosApiPluginPlatform.instance
.readValue(sectorIndex, blockOfSector);
}