NotificationProvider class

Constructors

NotificationProvider({required UpdateCenterConfig config})
const

Properties

config UpdateCenterConfig
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelNotification(int id) Future<void>
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showDownloadProgress(int maxProgress, int progress, String versionName) Future<void>
showGenericNotification({required int id, required String title, required String body}) Future<void>
showNotification({required int id, required String title, required String body, NotificationDetails? details}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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