RegistryTable constructor

const RegistryTable({
  1. Key? key,
  2. required RoomClient client,
})

Implementation

const RegistryTable({super.key, required this.client});