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