Skip to content

Commit

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

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
  • Loading branch information
khatruong2009 and dnys1 committed Sep 15, 2023
1 parent 05391d8 commit 009b0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export 'file_storage_stub.dart'
/// File storage interface for saving and loading constraint locally
abstract interface class FileStorage {
/// Save constraint locally to file
Future<void> save(String filename, String data);
Future<void> save(String fileName, String data);

/// Load constraint from file
Future<String?> load(String filename);
Expand Down

0 comments on commit 009b0d8

Please sign in to comment.