feat: Add library directive to multiple BLoC and service files for improved organization
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
///
|
||||
/// All events extend [MessageEvent] and implement [Equatable] for proper
|
||||
/// equality comparison in the BLoC pattern.
|
||||
library;
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
||||
/// Base class for all message-related events.
|
||||
|
||||
Reference in New Issue
Block a user