itemNotFoundIn abstract method

String itemNotFoundIn(
  1. String item,
  2. String location
)

No description provided for @itemNotFoundIn.

In en, this message translates to: '{item} not found in {location}'

Implementation

String itemNotFoundIn(String item, String location);