searchForIn abstract method

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

No description provided for @searchForIn.

In en, this message translates to: 'Search for {item} in {location}'

Implementation

String searchForIn(String item, String location);