InstallReferrerClient class

Constructors

InstallReferrerClient({InstallReferrerStateListener? stateListener, bool? test, String? installChannel})

Properties

getInstallReferrer Future<ReferrerDetails?>
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setInstallChannel String
no getter
setTest bool
no getter
stateListener InstallReferrerStateListener?
getter/setter pair

Methods

endConnection() → void
isReady() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startConnection([bool? isTest]) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

allReferrers Map<int, InstallReferrerClient>
final

Static Methods

onMethodCall(MethodCall call) Future