NotificationQueryLogic class

Constructors

NotificationQueryLogic({Duration queryDuration = const Duration(minutes: 30), required String url})

Properties

hashCode int
The hash code for this object.
no setterinherited
notificationIconLogic NotificationIconLogic
latefinal
queryDuration Duration
final
requestLogic RequestLogic
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

init(String cachePath) Future<void>
Init caches for RequestLogic and NotificationIconLogic usecachePath to provide a path to cache data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryForUpdates() Stream<QueryModel>
Query for updates and yield QueryModel if data has changed, this is used by the InformationButton
toString() String
A string representation of this object.
inherited

Operators

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