TerraNotification class
- Implemented types
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
-
countUnreadNotifications(
String? deviceToken) → Future< Result< int> > -
inherited
-
getAppName(
) → String -
getNotificationList(
GetNotificationListQuery query) → Future< Result< NotificationList> > -
inherited
-
initInstance(
String appName) → Future< Result< void> > -
inherited
-
markReadAllNotification(
String deviceToken) → Future< Result< void> > -
inherited
-
markReadNotification(
int notificationId) → Future< Result< void> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerToken(
String deviceToken) → Future< Result< void> > -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterToken(
String deviceToken) → Future< Result< void> > -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
String appName) → Future< TerraNotification>