roomAvatarInfoProvider top-level property
final
Provide the AvatarInfo for each room. Update internally accordingly
Implementation
final roomAvatarInfoProvider =
NotifierProvider.family<RoomAvatarInfoNotifier, AvatarInfo, String>(
() => RoomAvatarInfoNotifier(),
);