KwikPassCache class

Constructors

KwikPassCache()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCache() Future<void>
getSnowplowUserId() String?
getStoredSnowplowUserId() Future<String?>
getValue(String key) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeValue(String key) Future<void>
setSnowplowUserId(String userId) Future<void>
setValue(String key, String value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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