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