profileNotifier property

ValueNotifier<Profile> profileNotifier
latefinal

Implementation

late final profileNotifier = ValueNotifier(
  RoomManager.i.profileFromRoom(room),
);