ICloudTransferProgress.error constructor

const ICloudTransferProgress.error(
  1. PlatformException exception
)

Creates an error event.

Implementation

const ICloudTransferProgress.error(PlatformException exception)
    : this._(type: ICloudTransferProgressType.error, exception: exception);