LinkFiveUserManagement class

We store a LinkFive user UUID inside shared Preferences

This will basically make sure, that the user always get the latest subscription status

Constructors

LinkFiveUserManagement()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNoUser bool
Return true if there is NO LinkFive user saved
no setter
hasUser bool
Return true if there is a LinkFive user saved
no setter
linkFiveUUID String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResponse(Map<String, dynamic> jsonResponse) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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