getOrgByID_Pre method
Implementation
$async.Future<$3.GetOrgByIDResponse> getOrgByID_Pre($grpc.ServiceCall call,
$async.Future<$3.GetOrgByIDRequest> request) async {
return getOrgByID(call, await request);
}
$async.Future<$3.GetOrgByIDResponse> getOrgByID_Pre($grpc.ServiceCall call,
$async.Future<$3.GetOrgByIDRequest> request) async {
return getOrgByID(call, await request);
}