IOSDialogBuilder typedef

IOSDialogBuilder = Future<void> Function(BuildContext context, IOSModel model, UpdateCenterConfig updateCenterConfig, DownloadState downloadState, bool allowSkip)

Implementation

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