searchOrganizations_Pre method
- ServiceCall call,
- Future<
SearchOrganizationsRequest> request
Implementation
$async.Future<$9.SearchOrganizationsResponse> searchOrganizations_Pre($grpc.ServiceCall call, $async.Future<$9.SearchOrganizationsRequest> request) async {
return searchOrganizations(call, await request);
}