LiveListWidget constructor

LiveListWidget({
  1. Key? key,
})

Implementation

LiveListWidget({super.key}) {
  _initLiveController();
}