addOrg_Pre method
Implementation
$async.Future<$0.AddOrgResponse> addOrg_Pre(
$grpc.ServiceCall $call, $async.Future<$0.AddOrgRequest> $request) async {
return addOrg($call, await $request);
}
$async.Future<$0.AddOrgResponse> addOrg_Pre(
$grpc.ServiceCall $call, $async.Future<$0.AddOrgRequest> $request) async {
return addOrg($call, await $request);
}