FakeInstallReferrerSource class final

Fake Install Referrer source.

Implemented types

Constructors

FakeInstallReferrerSource(String? referrer)

Properties

hashCode int
The hash code for this object.
no setterinherited
processed bool
getter/setter pair
referrer String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

markProcessed() Future<void>
Marks the referrer value processed so it is never redeemed twice.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Future<String?>
The raw referrer payload, or null when none is present.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited