Skip to content

Commit c7cc747

Browse files
committed
refactor(local_ads_management): remove unused event class
- Remove UpdateLocalVideoAdStatusChanged event class - This class was not being used in the bloc and could potentially cause confusion - Its functionality can be handled by the existing UpdateLocalVideoAdContentStatusChanged event
1 parent 6ad0411 commit c7cc747

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/local_ads_management/bloc/update_local_ads/update_local_video_ad_event.dart

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,6 @@ final class UpdateLocalVideoAdTargetUrlChanged extends UpdateLocalVideoAdEvent {
4949
List<Object?> get props => [targetUrl];
5050
}
5151

52-
/// {@template update_local_video_ad_status_changed}
53-
/// Event to notify that the content status of the local video ad has changed.
54-
/// {@endtemplate}
55-
final class UpdateLocalVideoAdStatusChanged extends UpdateLocalVideoAdEvent {
56-
/// {@macro update_local_video_ad_status_changed}
57-
const UpdateLocalVideoAdStatusChanged(this.status);
58-
59-
/// The new content status.
60-
final ContentStatus status;
61-
62-
@override
63-
List<Object?> get props => [status];
64-
}
65-
6652
/// {@template update_local_video_ad_submitted}
6753
/// Event to request submission of the updated local video ad.
6854
/// {@endtemplate}

0 commit comments

Comments
 (0)