menu
flutter_chat_kits package
documentation
models/profile.dart
UserProfile
isActiveRoom method
isActiveRoom method
dark_mode
light_mode
isActiveRoom
method
bool
isActiveRoom
(
String
roomId
)
Implementation
bool isActiveRoom(String roomId) => roomId.isNotEmpty && room != null && room == roomId;
flutter_chat_kits package
documentation
models/profile
UserProfile
isActiveRoom method
UserProfile class