RefreshSystemDataUseCase typedef

RefreshSystemDataUseCase = Future<void> Function(BuildContext context, int deviceId, {bool awaitDeviceListRefresh})

Use case for refreshing the system data of a device

Implementation

typedef RefreshSystemDataUseCase = Future<void> Function(
  BuildContext context,
  int deviceId, {
  bool awaitDeviceListRefresh,
});