searchOnline method
Searches text, specified by the regular expression, in the document.
Implementation
Future<SearchResponse> searchOnline(SearchOnlineRequest request) async {
return await _apiClient.call(request) as SearchResponse;
}
Searches text, specified by the regular expression, in the document.
Future<SearchResponse> searchOnline(SearchOnlineRequest request) async {
return await _apiClient.call(request) as SearchResponse;
}