removeMyLinkedIDP_Pre method

Future<RemoveMyLinkedIDPResponse> removeMyLinkedIDP_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMyLinkedIDPRequest> $request
)

Implementation

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