LocalNotificationsPresenter class

Constructors

LocalNotificationsPresenter.new({required Logger logger})

Properties

clickPayloads BehaviorSubject<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectNotificationStream StreamController<String?>
final
today TZDateTime
no setter

Methods

cancelAll() Future<void>
initialize() Future<void>
Initialize push service, set all callbacks, must be called before using clickPayloads
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
schedulePush(PushEntity push) Future<void>
Schedule local push to be shown in PushEntity.scheduleDurationAddition
setPeriodicPush(PushEntity push) Future<void>
Set periodic local push with interval from PushEntity.repeatInterval
showPush(PushEntity push) Future<void>
Show local push immediately
toString() String
A string representation of this object.
inherited

Operators

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