roomAvatarInfoProvider top-level property

dynamic roomAvatarInfoProvider
final

Provide the AvatarInfo for each room. Update internally accordingly

Implementation

final roomAvatarInfoProvider =
    NotifierProvider.family<RoomAvatarInfoNotifier, AvatarInfo, String>(
  () => RoomAvatarInfoNotifier(),
);