RegistryTable constructor
const
RegistryTable({
- Key? key,
- required RoomClient client,
Implementation
const RegistryTable({super.key, required this.client});
const RegistryTable({super.key, required this.client});