AppInstallState constructor
AppInstallState({
- required InstallStatus installStatus,
- required int bytesDownloaded,
- required int totalBytesToDownload,
- required int installErrorCode,
Implementation
AppInstallState({
required this.installStatus,
required this.bytesDownloaded,
required this.totalBytesToDownload,
required this.installErrorCode,
});