removeOrgIDP_Pre method
Future<RemoveOrgIDPResponse>
removeOrgIDP_Pre(
- ServiceCall $call,
- Future<
RemoveOrgIDPRequest> $request
Implementation
$async.Future<$0.RemoveOrgIDPResponse> removeOrgIDP_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveOrgIDPRequest> $request) async {
return removeOrgIDP($call, await $request);
}