updateAPIAppConfig method
ResponseFuture<UpdateAPIAppConfigResponse>
updateAPIAppConfig(
- UpdateAPIAppConfigRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateAPIAppConfigResponse> updateAPIAppConfig($0.UpdateAPIAppConfigRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateAPIAppConfig, request, options: options);
}