getOrganizationsWithAccessToLocation_Pre method
- ServiceCall call,
- Future<
GetOrganizationsWithAccessToLocationRequest> request
Implementation
$async.Future<$9.GetOrganizationsWithAccessToLocationResponse> getOrganizationsWithAccessToLocation_Pre($grpc.ServiceCall call, $async.Future<$9.GetOrganizationsWithAccessToLocationRequest> request) async {
return getOrganizationsWithAccessToLocation(call, await request);
}