logViewSearchResults method

void logViewSearchResults(
  1. AnalyticsEvent event,
  2. UserViewSearchResult data
)

Implementation

void logViewSearchResults(AnalyticsEvent event, UserViewSearchResult data) {
  throw UnimplementedError('View search results not implemented');
}