updateSAMLAppConfig_Pre method
Future<UpdateSAMLAppConfigResponse>
updateSAMLAppConfig_Pre(
- ServiceCall call,
- Future<
UpdateSAMLAppConfigRequest> request
Implementation
$async.Future<$0.UpdateSAMLAppConfigResponse> updateSAMLAppConfig_Pre($grpc.ServiceCall call, $async.Future<$0.UpdateSAMLAppConfigRequest> request) async {
return updateSAMLAppConfig(call, await request);
}