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