InstallResult class
Constructors
- InstallResult({required InstallStatus status, String? message, String? profileId})
- InstallResult.fromMap(Map map)
-
factory
- InstallResult.fromPlatformPayload(Map? payload)
-
Parse a variety of platform payloads (Android PendingIntent extras, iOS completion result, etc.)
into a conservative InstallResult. This helps normalize different platform callback shapes.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
- profileId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InstallStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited