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