ChatManager constructor
ChatManager(
- Room room
Implementation
ChatManager(this.room)
: super(
pausedDurationWhenAppBackground: const Duration(minutes: 1),
connection: RoomManager.i.connection,
connectivity: RoomManager.i.connectivity,
);