DeviceOverviewPage constructor

const DeviceOverviewPage({
  1. Key? key,
  2. required int deviceId,
})

Implementation

const DeviceOverviewPage({
  super.key,
  required this.deviceId,
});