AppUpdateException class
Recoverable, typed app-update error.
- Implemented types
- Available extensions
Constructors
- AppUpdateException(String code, String message)
-
const
- AppUpdateException.checkFailed(String detail)
-
The update check failed (network, store unavailable).
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFailure(
[StackTrace? stackTrace]) → AppFailure -
Available on Exception, provided by the ExceptionToFailure extension
Convert this exception to an AppFailure -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited