ImageTable constructor
const
ImageTable({
- Key? key,
- required RoomClient client,
- required void onRun(
- ExecSession run
Implementation
const ImageTable({super.key, required this.client, required this.onRun});