Future<int?> decreaseValue(int sectorIndex, int blockOfSector, int value) { return TySmartPosApiPluginPlatform.instance .decreaseValue(sectorIndex, blockOfSector, value); }