removeMyLinkedIDP_Pre method
Future<RemoveMyLinkedIDPResponse>
removeMyLinkedIDP_Pre(
- ServiceCall call,
- Future<
RemoveMyLinkedIDPRequest> request
Implementation
$async.Future<$2.RemoveMyLinkedIDPResponse> removeMyLinkedIDP_Pre($grpc.ServiceCall call, $async.Future<$2.RemoveMyLinkedIDPRequest> request) async {
return removeMyLinkedIDP(call, await request);
}