FakeInstallReferrerSource class final
Fake Install Referrer source.
- Implemented types
Constructors
- FakeInstallReferrerSource(String? referrer)
Properties
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
nullwhen none is present.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited