InstallStateSnapshot constructor
InstallStateSnapshot({
- required InAppInstallStatus status,
- required int bytesDownloaded,
- required int totalBytesToDownload,
- required double? fractionDownloaded,
- required int installErrorCode,
Implementation
InstallStateSnapshot({
required this.status,
required this.bytesDownloaded,
required this.totalBytesToDownload,
required this.fractionDownloaded,
required this.installErrorCode,
});