clearPalletCache method
Clear cache for a specific pallet
Implementation
void clearPalletCache(String palletName) {
_decodedCache.remove(palletName);
}
Clear cache for a specific pallet
void clearPalletCache(String palletName) {
_decodedCache.remove(palletName);
}