showSearch method

Future showSearch()

Implementation

Future showSearch() async {
  _setHandler();
  return await _channel.invokeMethod(showSearchTag, {
    'userID': userId,
    'languageCode': languageCode,
    'countryCode': countryCode
  });
}