RefreshGeneratorDetailsUseCase typedef
Use case for refreshing the generator details of a device
Implementation
typedef RefreshGeneratorDetailsUseCase = Future<void> Function(
BuildContext context,
int deviceId, {
bool awaitDeviceListRefresh,
});