searchGroups_Pre method

Future<SearchGroupsResponse> searchGroups_Pre(
  1. ServiceCall $call,
  2. Future<SearchPointGroups> $request
)

Implementation

$async.Future<$4.SearchGroupsResponse> searchGroups_Pre($grpc.ServiceCall $call, $async.Future<$4.SearchPointGroups> $request) async {
  return searchGroups($call, await $request);
}