approveOrgAuthRequest_Pre method

Future<OrgStatus> approveOrgAuthRequest_Pre(
  1. ServiceCall call,
  2. Future<OrgAuthRequest> request
)

Implementation

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