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