RecommendationNode class

Grant access to methods relating recommendation.

@param storageController
Implementers

Constructors

RecommendationNode(StorageController _storageController)

Properties

getRecommendations Future<List<Recommendation>>
from return list of recommendations from localStorage
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getThreatRecommendation({String language = "en", required String recommendationType}) Future<List<Recommendation>>
get list of threat recommendation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGlobalRecommendationsNode({Locale? language, required List<Recommendation> recommendations}) Future<void>
set all recommendations in Global:recommendations node.
toString() String
A string representation of this object.
inherited

Operators

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