From 2cbb9b7f49751a4a4563d44817980e958db69cc9 Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:31:44 -0700 Subject: [PATCH] Update packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com> --- .../lib/src/remote_constraint_provider.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart b/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart index 9ed5dbab67..af2fa06e54 100644 --- a/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart +++ b/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart @@ -84,6 +84,8 @@ base class BaseRemoteLoggingConstraintProvider Future get ready => _readyCompleter.future; /// Creates a request to fetch the constraint from the endpoint. + /// + /// Can be overridden by subclasses to change how the request is created. @protected Future createRequest() async { final uri = Uri.parse(_config.endpoint);