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);