getOrg_Pre method
Implementation
$async.Future<$0.Org> getOrg_Pre(
$grpc.ServiceCall $call, $async.Future<$0.GetOrgRequest> $request) async {
return getOrg($call, await $request);
}
$async.Future<$0.Org> getOrg_Pre(
$grpc.ServiceCall $call, $async.Future<$0.GetOrgRequest> $request) async {
return getOrg($call, await $request);
}