removeIDPAuthenticator_Pre method

Future<RemoveIDPAuthenticatorResponse> removeIDPAuthenticator_Pre(
  1. ServiceCall call,
  2. Future<RemoveIDPAuthenticatorRequest> request
)

Implementation

$async.Future<$0.RemoveIDPAuthenticatorResponse> removeIDPAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveIDPAuthenticatorRequest> request) async {
  return removeIDPAuthenticator(call, await request);
}