approveOrgAuthRequest_Pre method
Implementation
$async.Future<$0.OrgStatus> approveOrgAuthRequest_Pre(
$grpc.ServiceCall call, $async.Future<$0.OrgAuthRequest> request) async {
return approveOrgAuthRequest(call, await request);
}
$async.Future<$0.OrgStatus> approveOrgAuthRequest_Pre(
$grpc.ServiceCall call, $async.Future<$0.OrgAuthRequest> request) async {
return approveOrgAuthRequest(call, await request);
}