HiveKeys class
A class containing static constants representing the keys used to identify Hive boxes in the application.
These keys are used to open or access specific Hive boxes, which store various types of data such as user information, organization details, and cached actions.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[asymetricKeyBoxKey] [→ const String] : The key used to identify the Hive box that stores asymmetric keys for the user.
[eventFeedKey] [→ const String] : The key used to identify the Hive box that stores the event feed data.
[offlineActionQueueKey] [→ const String] : The key used to identify the Hive box that stores the offline action queue.
[orgBoxKey] [→ const String] : The key used to identify the Hive box that stores the current organization's information.
[pluginBoxKey] [→ const String] : The key used to identify the Hive box that stores plugin-related data.
[postFeedKey] [→ const String] : The key used to identify the Hive box that stores the post feed data.
[urlBoxKey] [→ const String] : The key used to identify the Hive box that stores URLs.
[userBoxKey] [→ const String] : The key used to identify the Hive box that stores the current user information.