Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCompletedDownloadingAllFiles(
List< Uri> fileUris) → void - Will be called once all of the files are downloaded.
-
onCompletedDownloadingFile(
Uri fileUri, int filesLeft) → void - Signals the completion of the download process for a single files. This method also informs how many files are still left in the download queue.
-
onDownloadError(
String message) → void - If a certain file cannot be downloaded, onDownloadError will be invoked with the download error message attached.
-
onPassioStatusChanged(
PassioStatus status) → void - Every time the SDK's configuration process changes a state, a new event will be emitted with the current PassioStatus.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited