WindowsDialogBuilder typedef
WindowsDialogBuilder =
Future<void> Function(BuildContext context, WindowsModel model, UpdateCenterConfig updateCenterConfig, DownloadState downloadState, bool allowSkip)
Implementation
typedef WindowsDialogBuilder = Future<void> Function(
BuildContext context,
WindowsModel model,
UpdateCenterConfig updateCenterConfig,
DownloadState downloadState,
bool allowSkip);