ChatManager constructor

ChatManager(
  1. Room room
)

Implementation

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