deleteLogStream method
Deletes this log stream (DeleteLogStream).
When ignoreNotFound is true, ResourceNotFoundException is ignored (idempotent cleanup).
Implementation
Future<void> deleteLogStream({bool ignoreNotFound = true}) =>
_cloudWatch.deleteLogStream(ignoreNotFound: ignoreNotFound);