INotificationsApi class abstract

DO NOT MODIFY

GENERATED API OPERATIONS

Constructors

INotificationsApi()

Properties

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

Methods

addNoteToNotification(String id) Future<INotification>
completeNotification(String id) Future<INotification>
createNotification(INotificationData body) Future<INotification>
dismissNotification(String id) Future<INotification>
getNotification(String id) Future<INotification>
listNotifications({String? contact, String? status, int? offset, int? max}) Future<INotificationList>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snoozeNotification(String id, INotificationSnoozeAction body) Future<INotification>
toString() String
A string representation of this object.
inherited

Operators

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