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