Skip to content

Commit

Permalink
Update packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/rem…
Browse files Browse the repository at this point in the history
…ote_constraint_provider.dart

Co-authored-by: Dillon Nys <[email protected]>
  • Loading branch information
khatruong2009 and dnys1 authored Sep 19, 2023
1 parent c12af97 commit 2cbb9b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ base class BaseRemoteLoggingConstraintProvider
Future<void> 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<AWSBaseHttpRequest> createRequest() async {
final uri = Uri.parse(_config.endpoint);
Expand Down

0 comments on commit 2cbb9b7

Please sign in to comment.